Html Css Color HEX #CCC26F Dark Khaki

📋 copy color: '#CCC26F'

red 204 ◦ green 194 ◦ blue 111

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

Shades of Dark Khaki #CCC26F

Tints of Dark Khaki #CCC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 40.08%
G = 38.11%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCC26F (or 0xCCC26F) is known color: Dark Khaki. HEX triplet: CC, C2 and 6F. RGB value is (204,194,111). Sum of RGB (Red+Green+Blue) = 204+194+111=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC26F is #333D90. Grayscale: #BBBBBB. Windows color (decimal): -3358097 or 7324364. OLE color: 7324364.

HSL color Cylindrical-coordinate representation of color #CCC26F: hue angle of 53.55º 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 #CCC26F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 111 -
CMYK 0 0.05 0.46 0.2
HSL 53.55º 0.48% 0.62% -
HSV(B) 53.55º 0.46% 0.8% -
XYZ 47.06 52.57 22.71 -
YUV 187.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 204 194 111 0 0.05 0.46 0.2 53.55 0.48 0.62
Hex CC C2 6F 0 5 2E 14 36 30 3E
Octal 314 302 157 0 5 56 24 66 60 76
Binary 11001100 11000010 1101111 0 101 101110 10100 110110 110000 111110

Color Harmonies of #CCC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC26F

Black with #CCC26F

Text Example


Text Example

White with #CCC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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