Html Css Color HEX #CAC568 Dark Khaki

📋 copy color: '#CAC568'

red 202 ◦ green 197 ◦ blue 104

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

Shades of Dark Khaki #CAC568

Tints of Dark Khaki #CAC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

 BLUE value IS 104 (41.02% from 255) = 20.68%

R = 40.16%
G = 39.17%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC568 (or 0xCAC568) is known color: Dark Khaki. HEX triplet: CA, C5 and 68. RGB value is (202,197,104). Sum of RGB (Red+Green+Blue) = 202+197+104=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC568 is #353A97. Grayscale: #BCBCBC. Windows color (decimal): -3488408 or 6866378. OLE color: 6866378.

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

Color convert

RGB 202 197 104 -
CMYK 0 0.02 0.49 0.21
HSL 56.94º 0.48% 0.6% -
HSV(B) 56.94º 0.49% 0.79% -
XYZ 46.82 53.49 20.95 -
YUV 187.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 202 197 104 0 0.02 0.49 0.21 56.94 0.48 0.6
Hex CA C5 68 0 2 31 15 39 30 3C
Octal 312 305 150 0 2 61 25 71 60 74
Binary 11001010 11000101 1101000 0 10 110001 10101 111001 110000 111100

Color Harmonies of #CAC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC568

Black with #CAC568

Text Example


Text Example

White with #CAC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC568; }

 p { color: rgb(202,197,104); }

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

background-color css

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

 a { background-color: rgb(202,197,104); }

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

border-color css

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

 span { border-color: rgb(202,197,104); }

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