Html Css Color HEX #CDDA52 Wild Willow

📋 copy color: '#CDDA52'

red 205 ◦ green 218 ◦ blue 82

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

Shades of Wild Willow #CDDA52

Tints of Wild Willow #CDDA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 40.59%
G = 43.17%
B = 16.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#CDDA52 (or 0xCDDA52) is known color: Wild Willow. HEX triplet: CD, DA and 52. RGB value is (205,218,82). Sum of RGB (Red+Green+Blue) = 205+218+82=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA52 is #3225AD. Grayscale: #C7C7C7. Windows color (decimal): -3286446 or 5429965. OLE color: 5429965.

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

Color convert

RGB 205 218 82 -
CMYK 0.06 0 0.62 0.15
HSL 65.74º 0.65% 0.59% -
HSV(B) 65.74º 0.62% 0.85% -
XYZ 51.77 63.73 17.56 -
YUV 198.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 205 218 82 0.06 0 0.62 0.15 65.74 0.65 0.59
Hex CD DA 52 6 0 3E F 42 41 3B
Octal 315 332 122 6 0 76 17 102 101 73
Binary 11001101 11011010 1010010 110 0 111110 1111 1000010 1000001 111011

Color Harmonies of #CDDA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA52

Black with #CDDA52

Text Example


Text Example

White with #CDDA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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