Html Css Color HEX #CAC66B Dark Khaki

📋 copy color: '#CAC66B'

red 202 ◦ green 198 ◦ blue 107

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

Shades of Dark Khaki #CAC66B

Tints of Dark Khaki #CAC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.05%

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 39.84%
G = 39.05%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC66B (or 0xCAC66B) is known color: Dark Khaki. HEX triplet: CA, C6 and 6B. RGB value is (202,198,107). Sum of RGB (Red+Green+Blue) = 202+198+107=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC66B is #353994. Grayscale: #BDBDBD. Windows color (decimal): -3488149 or 7063242. OLE color: 7063242.

HSL color Cylindrical-coordinate representation of color #CAC66B: hue angle of 57.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAC66B is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 107 -
CMYK 0 0.02 0.47 0.21
HSL 57.47º 0.47% 0.61% -
HSV(B) 57.47º 0.47% 0.79% -
XYZ 47.21 54.01 21.85 -
YUV 188.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 202 198 107 0 0.02 0.47 0.21 57.47 0.47 0.61
Hex CA C6 6B 0 2 2F 15 39 2F 3D
Octal 312 306 153 0 2 57 25 71 57 75
Binary 11001010 11000110 1101011 0 10 101111 10101 111001 101111 111101

Color Harmonies of #CAC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC66B

Black with #CAC66B

Text Example


Text Example

White with #CAC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC66B; }

 p { color: rgb(202,198,107); }

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

background-color css

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

 a { background-color: rgb(202,198,107); }

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

border-color css

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

 span { border-color: rgb(202,198,107); }

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