Html Css Color HEX #CDD85B Wild Willow

📋 copy color: '#CDD85B'

red 205 ◦ green 216 ◦ blue 91

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

Shades of Wild Willow #CDD85B

Tints of Wild Willow #CDD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

 BLUE value IS 91 (35.94% from 255) = 17.77%

R = 40.04%
G = 42.19%
B = 17.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#CDD85B (or 0xCDD85B) is known color: Wild Willow. HEX triplet: CD, D8 and 5B. RGB value is (205,216,91). Sum of RGB (Red+Green+Blue) = 205+216+91=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD85B is #3227A4. Grayscale: #C6C6C6. Windows color (decimal): -3286949 or 6019277. OLE color: 6019277.

HSL color Cylindrical-coordinate representation of color #CDD85B: hue angle of 65.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD85B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 91 -
CMYK 0.05 0 0.58 0.15
HSL 65.28º 0.62% 0.6% -
HSV(B) 65.28º 0.58% 0.85% -
XYZ 51.62 62.85 19.31 -
YUV 198.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 205 216 91 0.05 0 0.58 0.15 65.28 0.62 0.6
Hex CD D8 5B 5 0 3A F 41 3E 3C
Octal 315 330 133 5 0 72 17 101 76 74
Binary 11001101 11011000 1011011 101 0 111010 1111 1000001 111110 111100

Color Harmonies of #CDD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD85B

Black with #CDD85B

Text Example


Text Example

White with #CDD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD85B; }

 p { color: rgb(205,216,91); }

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

background-color css

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

 a { background-color: rgb(205,216,91); }

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

border-color css

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

 span { border-color: rgb(205,216,91); }

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