Html Css Color HEX #CAC467 Dark Khaki

📋 copy color: '#CAC467'

red 202 ◦ green 196 ◦ blue 103

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

Shades of Dark Khaki #CAC467

Tints of Dark Khaki #CAC467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 40.32%
G = 39.12%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC467 (or 0xCAC467) is known color: Dark Khaki. HEX triplet: CA, C4 and 67. RGB value is (202,196,103). Sum of RGB (Red+Green+Blue) = 202+196+103=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC467 is #353B98. Grayscale: #BBBBBB. Windows color (decimal): -3488665 or 6800586. OLE color: 6800586.

HSL color Cylindrical-coordinate representation of color #CAC467: hue angle of 56.36º 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 #CAC467 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 103 -
CMYK 0 0.03 0.49 0.21
HSL 56.36º 0.48% 0.6% -
HSV(B) 56.36º 0.49% 0.79% -
XYZ 46.55 53.02 20.61 -
YUV 187.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 202 196 103 0 0.03 0.49 0.21 56.36 0.48 0.6
Hex CA C4 67 0 3 31 15 38 30 3C
Octal 312 304 147 0 3 61 25 70 60 74
Binary 11001010 11000100 1100111 0 11 110001 10101 111000 110000 111100

Color Harmonies of #CAC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC467

Black with #CAC467

Text Example


Text Example

White with #CAC467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC467; }

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

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

background-color css

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

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

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

border-color css

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

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

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