Html Css Color HEX #CCD552 Wild Willow

📋 copy color: '#CCD552'

red 204 ◦ green 213 ◦ blue 82

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

Shades of Wild Willow #CCD552

Tints of Wild Willow #CCD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

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

R = 40.88%
G = 42.69%
B = 16.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#CCD552 (or 0xCCD552) is known color: Wild Willow. HEX triplet: CC, D5 and 52. RGB value is (204,213,82). Sum of RGB (Red+Green+Blue) = 204+213+82=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD552 is #332AAD. Grayscale: #C3C3C3. Windows color (decimal): -3353262 or 5428684. OLE color: 5428684.

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

Color convert

RGB 204 213 82 -
CMYK 0.04 0 0.62 0.16
HSL 64.12º 0.61% 0.58% -
HSV(B) 64.12º 0.62% 0.84% -
XYZ 50.22 61.04 17.12 -
YUV 195.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 204 213 82 0.04 0 0.62 0.16 64.12 0.61 0.58
Hex CC D5 52 4 0 3E 10 40 3D 3A
Octal 314 325 122 4 0 76 20 100 75 72
Binary 11001100 11010101 1010010 100 0 111110 10000 1000000 111101 111010

Color Harmonies of #CCD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD552

Black with #CCD552

Text Example


Text Example

White with #CCD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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