Html Css Color HEX #CCD152 Wild Willow

📋 copy color: '#CCD152'

red 204 ◦ green 209 ◦ blue 82

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

Shades of Wild Willow #CCD152

Tints of Wild Willow #CCD152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

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

R = 41.21%
G = 42.22%
B = 16.57%

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

#CCD152 (or 0xCCD152) is known color: Wild Willow. HEX triplet: CC, D1 and 52. RGB value is (204,209,82). Sum of RGB (Red+Green+Blue) = 204+209+82=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD152 is #332EAD. Grayscale: #C1C1C1. Windows color (decimal): -3354286 or 5427660. OLE color: 5427660.

HSL color Cylindrical-coordinate representation of color #CCD152: hue angle of 62.36º degrees, saturation: 0.58, 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 #CCD152 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 82 -
CMYK 0.02 0 0.61 0.18
HSL 62.36º 0.58% 0.57% -
HSV(B) 62.36º 0.61% 0.82% -
XYZ 49.23 59.05 16.79 -
YUV 193.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 204 209 82 0.02 0 0.61 0.18 62.36 0.58 0.57
Hex CC D1 52 2 0 3D 12 3E 3A 39
Octal 314 321 122 2 0 75 22 76 72 71
Binary 11001100 11010001 1010010 10 0 111101 10010 111110 111010 111001

Color Harmonies of #CCD152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD152

Black with #CCD152

Text Example


Text Example

White with #CCD152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD152; }

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

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

background-color css

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

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

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

border-color css

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

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

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