Html Css Color HEX #CCC68D Winter Hazel

📋 copy color: '#CCC68D'

red 204 ◦ green 198 ◦ blue 141

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

Shades of Winter Hazel #CCC68D

Tints of Winter Hazel #CCC68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 37.57%
G = 36.46%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC68D (or 0xCCC68D) is known color: Winter Hazel. HEX triplet: CC, C6 and 8D. RGB value is (204,198,141). Sum of RGB (Red+Green+Blue) = 204+198+141=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68D is #333972. Grayscale: #C1C1C1. Windows color (decimal): -3357043 or 9291468. OLE color: 9291468.

HSL color Cylindrical-coordinate representation of color #CCC68D: hue angle of 54.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC68D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 141 -
CMYK 0 0.03 0.31 0.2
HSL 54.29º 0.38% 0.68% -
HSV(B) 54.29º 0.31% 0.8% -
XYZ 49.9 55.15 33.21 -
YUV 193.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 204 198 141 0 0.03 0.31 0.2 54.29 0.38 0.68
Hex CC C6 8D 0 3 1F 14 36 26 44
Octal 314 306 215 0 3 37 24 66 46 104
Binary 11001100 11000110 10001101 0 11 11111 10100 110110 100110 1000100

Color Harmonies of #CCC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC68D

Black with #CCC68D

Text Example


Text Example

White with #CCC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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