Html Css Color HEX #CCD052 Wild Willow

📋 copy color: '#CCD052'

red 204 ◦ green 208 ◦ blue 82

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

Shades of Wild Willow #CCD052

Tints of Wild Willow #CCD052

RGB

 RED value IS 204 (80.08% from 255) = 41.3%

 GREEN value IS 208 (81.64% from 255) = 42.11%

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

R = 41.3%
G = 42.11%
B = 16.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#CCD052 (or 0xCCD052) is known color: Wild Willow. HEX triplet: CC, D0 and 52. RGB value is (204,208,82). Sum of RGB (Red+Green+Blue) = 204+208+82=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD052 is #332FAD. Grayscale: #C0C0C0. Windows color (decimal): -3354542 or 5427404. OLE color: 5427404.

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

Color convert

RGB 204 208 82 -
CMYK 0.02 0 0.61 0.18
HSL 61.9º 0.57% 0.57% -
HSV(B) 61.9º 0.61% 0.82% -
XYZ 48.98 58.56 16.7 -
YUV 192.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 204 208 82 0.02 0 0.61 0.18 61.9 0.57 0.57
Hex CC D0 52 2 0 3D 12 3E 39 39
Octal 314 320 122 2 0 75 22 76 71 71
Binary 11001100 11010000 1010010 10 0 111101 10010 111110 111001 111001

Color Harmonies of #CCD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD052

Black with #CCD052

Text Example


Text Example

White with #CCD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD052; }

 p { color: rgb(204,208,82); }

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

background-color css

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

 a { background-color: rgb(204,208,82); }

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

border-color css

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

 span { border-color: rgb(204,208,82); }

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