Html Css Color HEX #CCD764 Wild Willow

📋 copy color: '#CCD764'

red 204 ◦ green 215 ◦ blue 100

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

Shades of Wild Willow #CCD764

Tints of Wild Willow #CCD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 39.31%
G = 41.43%
B = 19.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CCD764 (or 0xCCD764) is known color: Wild Willow. HEX triplet: CC, D7 and 64. RGB value is (204,215,100). Sum of RGB (Red+Green+Blue) = 204+215+100=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD764 is #33289B. Grayscale: #C7C7C7. Windows color (decimal): -3352732 or 6608844. OLE color: 6608844.

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

Color convert

RGB 204 215 100 -
CMYK 0.05 0 0.53 0.16
HSL 65.74º 0.59% 0.62% -
HSV(B) 65.74º 0.53% 0.84% -
XYZ 51.5 62.36 21.38 -
YUV 198.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 204 215 100 0.05 0 0.53 0.16 65.74 0.59 0.62
Hex CC D7 64 5 0 35 10 42 3B 3E
Octal 314 327 144 5 0 65 20 102 73 76
Binary 11001100 11010111 1100100 101 0 110101 10000 1000010 111011 111110

Color Harmonies of #CCD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD764

Black with #CCD764

Text Example


Text Example

White with #CCD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD764; }

 p { color: rgb(204,215,100); }

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

background-color css

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

 a { background-color: rgb(204,215,100); }

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

border-color css

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

 span { border-color: rgb(204,215,100); }

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