#CBC371

Color #CBC371 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CBC371

Tints of Dark Khaki #CBC371

Color information

#CBC371 (or 0xCBC371) is unknown color: approx Dark Khaki. HEX triplet: CB, C3 and 71. RGB value is (203,195,113). Sum of RGB (Red+Green+Blue) = 203+195+113=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC371 is #343C8E. Grayscale: #BCBCBC. Windows color (decimal): -3423375 or 7455691. OLE color: 7455691.

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

Color convert

RGB203195113-
CMYK00.040.440.20
HSL54.67º46.39%61.96%-
HSV(B)54.67º44.33%79.61%-
XYZ47.1252.9223.35-
YUV188.0485.65138.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=39.73%
G=38.16%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319511300.040.440.2054.6746.3961.96
HexCBC371042C14372e3e
Octal313303161045424675676
Binary11001011110000111110001010010110010100110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC371; }

 p { color: rgb(203,195,113); }

 H1.HeaderClassName
 {
   color: #CBC371;
 }
 .AnyTagClassName
 {
   color: #CBC371;
 }
</style>
background-color css

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

 a { background-color: rgb(203,195,113); }

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

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

 span { border-color: rgb(203,195,113); }

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