Html Css Color HEX #CDD455 Wild Willow

📋 copy color: '#CDD455'

red 205 ◦ green 212 ◦ blue 85

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

Shades of Wild Willow #CDD455

Tints of Wild Willow #CDD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

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

R = 40.84%
G = 42.23%
B = 16.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#CDD455 (or 0xCDD455) is known color: Wild Willow. HEX triplet: CD, D4 and 55. RGB value is (205,212,85). Sum of RGB (Red+Green+Blue) = 205+212+85=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD455 is #322BAA. Grayscale: #C3C3C3. Windows color (decimal): -3287979 or 5625037. OLE color: 5625037.

HSL color Cylindrical-coordinate representation of color #CDD455: hue angle of 63.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD455 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 85 -
CMYK 0.03 0 0.60 0.17
HSL 63.31º 0.6% 0.58% -
HSV(B) 63.31º 0.6% 0.83% -
XYZ 50.36 60.72 17.66 -
YUV 195.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 205 212 85 0.03 0 0.60 0.17 63.31 0.6 0.58
Hex CD D4 55 3 0 3C 11 3F 3C 3A
Octal 315 324 125 3 0 74 21 77 74 72
Binary 11001101 11010100 1010101 11 0 111100 10001 111111 111100 111010

Color Harmonies of #CDD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD455

Black with #CDD455

Text Example


Text Example

White with #CDD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD455; }

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

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

background-color css

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

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

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

border-color css

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

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

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