Html Css Color HEX #CDDA55 Wild Willow

📋 copy color: '#CDDA55'

red 205 ◦ green 218 ◦ blue 85

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

Shades of Wild Willow #CDDA55

Tints of Wild Willow #CDDA55

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 40.35%
G = 42.91%
B = 16.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#CDDA55 (or 0xCDDA55) is known color: Wild Willow. HEX triplet: CD, DA and 55. RGB value is (205,218,85). Sum of RGB (Red+Green+Blue) = 205+218+85=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA55 is #3225AA. Grayscale: #C7C7C7. Windows color (decimal): -3286443 or 5626573. OLE color: 5626573.

HSL color Cylindrical-coordinate representation of color #CDDA55: hue angle of 65.86º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDDA55 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 85 -
CMYK 0.06 0 0.61 0.15
HSL 65.86º 0.64% 0.59% -
HSV(B) 65.86º 0.61% 0.85% -
XYZ 51.89 63.78 18.17 -
YUV 198.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 205 218 85 0.06 0 0.61 0.15 65.86 0.64 0.59
Hex CD DA 55 6 0 3D F 42 40 3B
Octal 315 332 125 6 0 75 17 102 100 73
Binary 11001101 11011010 1010101 110 0 111101 1111 1000010 1000000 111011

Color Harmonies of #CDDA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA55

Black with #CDDA55

Text Example


Text Example

White with #CDDA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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