Html Css Color HEX #CAC167 Dark Khaki

📋 copy color: '#CAC167'

red 202 ◦ green 193 ◦ blue 103

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

Shades of Dark Khaki #CAC167

Tints of Dark Khaki #CAC167

RGB

 RED value IS 202 (79.3% from 255) = 40.56%

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 103 (40.63% from 255) = 20.68%

R = 40.56%
G = 38.76%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC167 (or 0xCAC167) is known color: Dark Khaki. HEX triplet: CA, C1 and 67. RGB value is (202,193,103). Sum of RGB (Red+Green+Blue) = 202+193+103=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC167 is #353E98. Grayscale: #B9B9B9. Windows color (decimal): -3489433 or 6799818. OLE color: 6799818.

HSL color Cylindrical-coordinate representation of color #CAC167: hue angle of 54.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAC167 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 103 -
CMYK 0 0.04 0.49 0.21
HSL 54.55º 0.48% 0.6% -
HSV(B) 54.55º 0.49% 0.79% -
XYZ 45.88 51.68 20.39 -
YUV 185.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 202 193 103 0 0.04 0.49 0.21 54.55 0.48 0.6
Hex CA C1 67 0 4 31 15 37 30 3C
Octal 312 301 147 0 4 61 25 67 60 74
Binary 11001010 11000001 1100111 0 100 110001 10101 110111 110000 111100

Color Harmonies of #CAC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC167

Black with #CAC167

Text Example


Text Example

White with #CAC167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC167; }

 p { color: rgb(202,193,103); }

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

background-color css

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

 a { background-color: rgb(202,193,103); }

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

border-color css

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

 span { border-color: rgb(202,193,103); }

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