Html Css Color HEX #CCCD66 Wild Willow

📋 copy color: '#CCCD66'

red 204 ◦ green 205 ◦ blue 102

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

Shades of Wild Willow #CCCD66

Tints of Wild Willow #CCCD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.96%

R = 39.92%
G = 40.12%
B = 19.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CCCD66 (or 0xCCCD66) is known color: Wild Willow. HEX triplet: CC, CD and 66. RGB value is (204,205,102). Sum of RGB (Red+Green+Blue) = 204+205+102=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD66 is #333299. Grayscale: #C1C1C1. Windows color (decimal): -3355290 or 6737356. OLE color: 6737356.

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

Color convert

RGB 204 205 102 -
CMYK 0.00 0 0.50 0.20
HSL 60.58º 0.51% 0.6% -
HSV(B) 60.58º 0.5% 0.8% -
XYZ 49.13 57.46 21.07 -
YUV 192.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 204 205 102 0.00 0 0.50 0.20 60.58 0.51 0.6
Hex CC CD 66 0 0 32 14 3D 33 3C
Octal 314 315 146 0 0 62 24 75 63 74
Binary 11001100 11001101 1100110 0 0 110010 10100 111101 110011 111100

Color Harmonies of #CCCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD66

Black with #CCCD66

Text Example


Text Example

White with #CCCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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