Html Css Color HEX #CDDB57 Wild Willow

📋 copy color: '#CDDB57'

red 205 ◦ green 219 ◦ blue 87

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

Shades of Wild Willow #CDDB57

Tints of Wild Willow #CDDB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.03%

R = 40.12%
G = 42.86%
B = 17.03%

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

#CDDB57 (or 0xCDDB57) is known color: Wild Willow. HEX triplet: CD, DB and 57. RGB value is (205,219,87). Sum of RGB (Red+Green+Blue) = 205+219+87=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB57 is #3224A8. Grayscale: #C8C8C8. Windows color (decimal): -3286185 or 5757901. OLE color: 5757901.

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

Color convert

RGB 205 219 87 -
CMYK 0.06 0 0.60 0.14
HSL 66.36º 0.65% 0.6% -
HSV(B) 66.36º 0.6% 0.86% -
XYZ 52.23 64.33 18.68 -
YUV 199.77 64.36 131.73 -
System Red Green Blue C M Y K H S L
Decimal 205 219 87 0.06 0 0.60 0.14 66.36 0.65 0.6
Hex CD DB 57 6 0 3C E 42 41 3C
Octal 315 333 127 6 0 74 16 102 101 74
Binary 11001101 11011011 1010111 110 0 111100 1110 1000010 1000001 111100

Color Harmonies of #CDDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB57

Black with #CDDB57

Text Example


Text Example

White with #CDDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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