Html Css Color HEX #CCCC62 Wild Willow

📋 copy color: '#CCCC62'

red 204 ◦ green 204 ◦ blue 98

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

Shades of Wild Willow #CCCC62

Tints of Wild Willow #CCCC62

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 40.32%
G = 40.32%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCCC62 (or 0xCCCC62) is known color: Wild Willow. HEX triplet: CC, CC and 62. RGB value is (204,204,98). Sum of RGB (Red+Green+Blue) = 204+204+98=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC62 is #33339D. Grayscale: #C0C0C0. Windows color (decimal): -3355550 or 6474956. OLE color: 6474956.

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

Color convert

RGB 204 204 98 -
CMYK 0 0 0.52 0.2
HSL 60º 0.51% 0.59% -
HSV(B) 60º 0.52% 0.8% -
XYZ 48.7 56.9 19.97 -
YUV 191.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 204 204 98 0 0 0.52 0.2 60 0.51 0.59
Hex CC CC 62 0 0 34 14 3C 33 3B
Octal 314 314 142 0 0 64 24 74 63 73
Binary 11001100 11001100 1100010 0 0 110100 10100 111100 110011 111011

Color Harmonies of #CCCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC62

Black with #CCCC62

Text Example


Text Example

White with #CCCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC62; }

 p { color: rgb(204,204,98); }

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

background-color css

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

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

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

border-color css

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

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

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