Html Css Color HEX #CDD15B Wild Willow

📋 copy color: '#CDD15B'

red 205 ◦ green 209 ◦ blue 91

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

Shades of Wild Willow #CDD15B

Tints of Wild Willow #CDD15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.39%

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

R = 40.59%
G = 41.39%
B = 18.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#CDD15B (or 0xCDD15B) is known color: Wild Willow. HEX triplet: CD, D1 and 5B. RGB value is (205,209,91). Sum of RGB (Red+Green+Blue) = 205+209+91=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15B is #322EA4. Grayscale: #C2C2C2. Windows color (decimal): -3288741 or 6017485. OLE color: 6017485.

HSL color Cylindrical-coordinate representation of color #CDD15B: hue angle of 62.03º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD15B is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 91 -
CMYK 0.02 0 0.56 0.18
HSL 62.03º 0.56% 0.59% -
HSV(B) 62.03º 0.56% 0.82% -
XYZ 49.87 59.34 18.72 -
YUV 194.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 205 209 91 0.02 0 0.56 0.18 62.03 0.56 0.59
Hex CD D1 5B 2 0 38 12 3E 38 3B
Octal 315 321 133 2 0 70 22 76 70 73
Binary 11001101 11010001 1011011 10 0 111000 10010 111110 111000 111011

Color Harmonies of #CDD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD15B

Black with #CDD15B

Text Example


Text Example

White with #CDD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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