Html Css Color HEX #CDDB61 Wild Willow

📋 copy color: '#CDDB61'

red 205 ◦ green 219 ◦ blue 97

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

Shades of Wild Willow #CDDB61

Tints of Wild Willow #CDDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.62%

R = 39.35%
G = 42.03%
B = 18.62%

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

#CDDB61 (or 0xCDDB61) is known color: Wild Willow. HEX triplet: CD, DB and 61. RGB value is (205,219,97). Sum of RGB (Red+Green+Blue) = 205+219+97=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB61 is #32249E. Grayscale: #C9C9C9. Windows color (decimal): -3286175 or 6413261. OLE color: 6413261.

HSL color Cylindrical-coordinate representation of color #CDDB61: hue angle of 66.89º 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 #CDDB61 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 97 -
CMYK 0.06 0 0.56 0.14
HSL 66.89º 0.63% 0.62% -
HSV(B) 66.89º 0.56% 0.86% -
XYZ 52.67 64.51 20.98 -
YUV 200.91 69.36 130.92 -
System Red Green Blue C M Y K H S L
Decimal 205 219 97 0.06 0 0.56 0.14 66.89 0.63 0.62
Hex CD DB 61 6 0 38 E 43 3F 3E
Octal 315 333 141 6 0 70 16 103 77 76
Binary 11001101 11011011 1100001 110 0 111000 1110 1000011 111111 111110

Color Harmonies of #CDDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB61

Black with #CDDB61

Text Example


Text Example

White with #CDDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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