Html Css Color HEX #CDDB60 Wild Willow

📋 copy color: '#CDDB60'

red 205 ◦ green 219 ◦ blue 96

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

Shades of Wild Willow #CDDB60

Tints of Wild Willow #CDDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 39.42%
G = 42.12%
B = 18.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CDDB60 (or 0xCDDB60) is known color: Wild Willow. HEX triplet: CD, DB and 60. RGB value is (205,219,96). Sum of RGB (Red+Green+Blue) = 205+219+96=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB60 is #32249F. Grayscale: #C9C9C9. Windows color (decimal): -3286176 or 6347725. OLE color: 6347725.

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

Color convert

RGB 205 219 96 -
CMYK 0.06 0 0.56 0.14
HSL 66.83º 0.63% 0.62% -
HSV(B) 66.83º 0.56% 0.86% -
XYZ 52.62 64.49 20.74 -
YUV 200.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 205 219 96 0.06 0 0.56 0.14 66.83 0.63 0.62
Hex CD DB 60 6 0 38 E 43 3F 3E
Octal 315 333 140 6 0 70 16 103 77 76
Binary 11001101 11011011 1100000 110 0 111000 1110 1000011 111111 111110

Color Harmonies of #CDDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB60

Black with #CDDB60

Text Example


Text Example

White with #CDDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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