Html Css Color HEX #CDD15A Wild Willow

📋 copy color: '#CDD15A'

red 205 ◦ green 209 ◦ blue 90

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

Shades of Wild Willow #CDD15A

Tints of Wild Willow #CDD15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 40.67%
G = 41.47%
B = 17.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#CDD15A (or 0xCDD15A) is known color: Wild Willow. HEX triplet: CD, D1 and 5A. RGB value is (205,209,90). Sum of RGB (Red+Green+Blue) = 205+209+90=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15A is #322EA5. Grayscale: #C2C2C2. Windows color (decimal): -3288742 or 5951949. OLE color: 5951949.

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

Color convert

RGB 205 209 90 -
CMYK 0.02 0 0.57 0.18
HSL 62.02º 0.56% 0.59% -
HSV(B) 62.02º 0.57% 0.82% -
XYZ 49.82 59.32 18.5 -
YUV 194.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 205 209 90 0.02 0 0.57 0.18 62.02 0.56 0.59
Hex CD D1 5A 2 0 39 12 3E 38 3B
Octal 315 321 132 2 0 71 22 76 70 73
Binary 11001101 11010001 1011010 10 0 111001 10010 111110 111000 111011

Color Harmonies of #CDD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD15A

Black with #CDD15A

Text Example


Text Example

White with #CDD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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