Html Css Color HEX #CDD155 Wild Willow

📋 copy color: '#CDD155'

red 205 ◦ green 209 ◦ blue 85

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

Shades of Wild Willow #CDD155

Tints of Wild Willow #CDD155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 41.08%
G = 41.88%
B = 17.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CDD155 (or 0xCDD155) is known color: Wild Willow. HEX triplet: CD, D1 and 55. RGB value is (205,209,85). Sum of RGB (Red+Green+Blue) = 205+209+85=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD155 is #322EAA. Grayscale: #C2C2C2. Windows color (decimal): -3288747 or 5624269. OLE color: 5624269.

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

Color convert

RGB 205 209 85 -
CMYK 0.02 0 0.59 0.18
HSL 61.94º 0.57% 0.58% -
HSV(B) 61.94º 0.59% 0.82% -
XYZ 49.62 59.24 17.41 -
YUV 193.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 205 209 85 0.02 0 0.59 0.18 61.94 0.57 0.58
Hex CD D1 55 2 0 3B 12 3E 39 3A
Octal 315 321 125 2 0 73 22 76 71 72
Binary 11001101 11010001 1010101 10 0 111011 10010 111110 111001 111010

Color Harmonies of #CDD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD155

Black with #CDD155

Text Example


Text Example

White with #CDD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD155; }

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

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

background-color css

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

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

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

border-color css

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

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

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