Html Css Color HEX #CCCD64 Wild Willow

📋 copy color: '#CCCD64'

red 204 ◦ green 205 ◦ blue 100

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

Shades of Wild Willow #CCCD64

Tints of Wild Willow #CCCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 40.08%
G = 40.28%
B = 19.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CCCD64 (or 0xCCCD64) is known color: Wild Willow. HEX triplet: CC, CD and 64. RGB value is (204,205,100). Sum of RGB (Red+Green+Blue) = 204+205+100=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD64 is #33329B. Grayscale: #C1C1C1. Windows color (decimal): -3355292 or 6606284. OLE color: 6606284.

HSL color Cylindrical-coordinate representation of color #CCCD64: hue angle of 60.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCD64 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 100 -
CMYK 0.00 0 0.51 0.20
HSL 60.57º 0.51% 0.6% -
HSV(B) 60.57º 0.51% 0.8% -
XYZ 49.03 57.42 20.56 -
YUV 192.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 204 205 100 0.00 0 0.51 0.20 60.57 0.51 0.6
Hex CC CD 64 0 0 33 14 3D 33 3C
Octal 314 315 144 0 0 63 24 75 63 74
Binary 11001100 11001101 1100100 0 0 110011 10100 111101 110011 111100

Color Harmonies of #CCCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD64

Black with #CCCD64

Text Example


Text Example

White with #CCCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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