Html Css Color HEX #CDD655 Wild Willow

📋 copy color: '#CDD655'

red 205 ◦ green 214 ◦ blue 85

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

Shades of Wild Willow #CDD655

Tints of Wild Willow #CDD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

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

R = 40.67%
G = 42.46%
B = 16.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#CDD655 (or 0xCDD655) is known color: Wild Willow. HEX triplet: CD, D6 and 55. RGB value is (205,214,85). Sum of RGB (Red+Green+Blue) = 205+214+85=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD655 is #3229AA. Grayscale: #C5C5C5. Windows color (decimal): -3287467 or 5625549. OLE color: 5625549.

HSL color Cylindrical-coordinate representation of color #CDD655: hue angle of 64.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD655 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 85 -
CMYK 0.04 0 0.60 0.16
HSL 64.19º 0.61% 0.59% -
HSV(B) 64.19º 0.6% 0.84% -
XYZ 50.86 61.73 17.83 -
YUV 196.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 205 214 85 0.04 0 0.60 0.16 64.19 0.61 0.59
Hex CD D6 55 4 0 3C 10 40 3D 3B
Octal 315 326 125 4 0 74 20 100 75 73
Binary 11001101 11010110 1010101 100 0 111100 10000 1000000 111101 111011

Color Harmonies of #CDD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD655

Black with #CDD655

Text Example


Text Example

White with #CDD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD655; }

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

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

background-color css

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

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

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

border-color css

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

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

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