Html Css Color HEX #CCC67A Winter Hazel

📋 copy color: '#CCC67A'

red 204 ◦ green 198 ◦ blue 122

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

Shades of Winter Hazel #CCC67A

Tints of Winter Hazel #CCC67A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 38.93%
G = 37.79%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC67A (or 0xCCC67A) is known color: Winter Hazel. HEX triplet: CC, C6 and 7A. RGB value is (204,198,122). Sum of RGB (Red+Green+Blue) = 204+198+122=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67A is #333985. Grayscale: #BFBFBF. Windows color (decimal): -3357062 or 8046284. OLE color: 8046284.

HSL color Cylindrical-coordinate representation of color #CCC67A: hue angle of 55.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC67A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 122 -
CMYK 0 0.03 0.40 0.2
HSL 55.61º 0.45% 0.64% -
HSV(B) 55.61º 0.4% 0.8% -
XYZ 48.61 54.63 26.4 -
YUV 191.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 204 198 122 0 0.03 0.40 0.2 55.61 0.45 0.64
Hex CC C6 7A 0 3 28 14 38 2D 40
Octal 314 306 172 0 3 50 24 70 55 100
Binary 11001100 11000110 1111010 0 11 101000 10100 111000 101101 1000000

Color Harmonies of #CCC67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC67A

Black with #CCC67A

Text Example


Text Example

White with #CCC67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC67A; }

 p { color: rgb(204,198,122); }

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

background-color css

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

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

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

border-color css

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

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

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