Html Css Color HEX #CBC670 Dark Khaki

📋 copy color: '#CBC670'

red 203 ◦ green 198 ◦ blue 112

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

Shades of Dark Khaki #CBC670

Tints of Dark Khaki #CBC670

RGB

 RED value IS 203 (79.69% from 255) = 39.57%

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 39.57%
G = 38.6%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBC670 (or 0xCBC670) is known color: Dark Khaki. HEX triplet: CB, C6 and 70. RGB value is (203,198,112). Sum of RGB (Red+Green+Blue) = 203+198+112=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC670 is #34398F. Grayscale: #BEBEBE. Windows color (decimal): -3422608 or 7390923. OLE color: 7390923.

HSL color Cylindrical-coordinate representation of color #CBC670: hue angle of 56.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBC670 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 112 -
CMYK 0 0.02 0.45 0.20
HSL 56.7º 0.47% 0.62% -
HSV(B) 56.7º 0.45% 0.8% -
XYZ 47.75 54.25 23.28 -
YUV 189.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 203 198 112 0 0.02 0.45 0.20 56.7 0.47 0.62
Hex CB C6 70 0 2 2D 14 39 2F 3E
Octal 313 306 160 0 2 55 24 71 57 76
Binary 11001011 11000110 1110000 0 10 101101 10100 111001 101111 111110

Color Harmonies of #CBC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC670

Black with #CBC670

Text Example


Text Example

White with #CBC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC670; }

 p { color: rgb(203,198,112); }

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

background-color css

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

 a { background-color: rgb(203,198,112); }

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

border-color css

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

 span { border-color: rgb(203,198,112); }

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