Html Css Color HEX #CCC06F Dark Khaki

📋 copy color: '#CCC06F'

red 204 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #CCC06F

Tints of Dark Khaki #CCC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 40.24%
G = 37.87%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCC06F (or 0xCCC06F) is known color: Dark Khaki. HEX triplet: CC, C0 and 6F. RGB value is (204,192,111). Sum of RGB (Red+Green+Blue) = 204+192+111=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06F is #333F90. Grayscale: #BABABA. Windows color (decimal): -3358609 or 7323852. OLE color: 7323852.

HSL color Cylindrical-coordinate representation of color #CCC06F: hue angle of 52.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCC06F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 111 -
CMYK 0 0.06 0.46 0.2
HSL 52.26º 0.48% 0.62% -
HSV(B) 52.26º 0.46% 0.8% -
XYZ 46.62 51.68 22.56 -
YUV 186.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 204 192 111 0 0.06 0.46 0.2 52.26 0.48 0.62
Hex CC C0 6F 0 6 2E 14 34 30 3E
Octal 314 300 157 0 6 56 24 64 60 76
Binary 11001100 11000000 1101111 0 110 101110 10100 110100 110000 111110

Color Harmonies of #CCC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC06F

Black with #CCC06F

Text Example


Text Example

White with #CCC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC06F; }

 p { color: rgb(204,192,111); }

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

background-color css

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

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

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

border-color css

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

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

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