Html Css Color HEX #CDDB58 Wild Willow

📋 copy color: '#CDDB58'

red 205 ◦ green 219 ◦ blue 88

#CDDB58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CDDB58

Tints of Wild Willow #CDDB58

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 40.04%
G = 42.77%
B = 17.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDDB58 (or 0xCDDB58) is known color: Wild Willow. HEX triplet: CD, DB and 58. RGB value is (205,219,88). Sum of RGB (Red+Green+Blue) = 205+219+88=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB58 is #3224A7. Grayscale: #C8C8C8. Windows color (decimal): -3286184 or 5823437. OLE color: 5823437.

HSL color Cylindrical-coordinate representation of color #CDDB58: hue angle of 66.41º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDDB58 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 88 -
CMYK 0.06 0 0.60 0.14
HSL 66.41º 0.65% 0.6% -
HSV(B) 66.41º 0.6% 0.86% -
XYZ 52.27 64.35 18.9 -
YUV 199.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 205 219 88 0.06 0 0.60 0.14 66.41 0.65 0.6
Hex CD DB 58 6 0 3C E 42 41 3C
Octal 315 333 130 6 0 74 16 102 101 74
Binary 11001101 11011011 1011000 110 0 111100 1110 1000010 1000001 111100

Color Harmonies of #CDDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB58

Black with #CDDB58

Text Example


Text Example

White with #CDDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB58; }

 p { color: rgb(205,219,88); }

 H1.HeaderClassName
 {
   color: #CDDB58;
 }
 .AnyTagClassName
 {
   color: #CDDB58;
 }
</style>

background-color css

<style>
 a { background-color: #CDDB58; }

 a { background-color: rgb(205,219,88); }

 div.DivClassName
 {
   background-color: #CDDB58;
 }
 .BgClassName
 {
   background-color: #CDDB58;
 }
</style>

border-color css

<style>
 span { border-color: #CDDB58; }

 span { border-color: rgb(205,219,88); }

 td.TdClassName
 {
   border-color: #CDDB58;
 }
 .TagClassName
 {
   border-color: #CDDB58;
 }
</style>