Html Css Color HEX #CBC071 Dark Khaki

📋 copy color: '#CBC071'

red 203 ◦ green 192 ◦ blue 113

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

Shades of Dark Khaki #CBC071

Tints of Dark Khaki #CBC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 39.96%
G = 37.8%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC071 (or 0xCBC071) is known color: Dark Khaki. HEX triplet: CB, C0 and 71. RGB value is (203,192,113). Sum of RGB (Red+Green+Blue) = 203+192+113=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC071 is #343F8E. Grayscale: #BABABA. Windows color (decimal): -3424143 or 7454923. OLE color: 7454923.

HSL color Cylindrical-coordinate representation of color #CBC071: hue angle of 52.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 #CBC071 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 113 -
CMYK 0 0.05 0.44 0.20
HSL 52.67º 0.46% 0.62% -
HSV(B) 52.67º 0.44% 0.8% -
XYZ 46.46 51.59 23.13 -
YUV 186.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 203 192 113 0 0.05 0.44 0.20 52.67 0.46 0.62
Hex CB C0 71 0 5 2C 14 35 2E 3E
Octal 313 300 161 0 5 54 24 65 56 76
Binary 11001011 11000000 1110001 0 101 101100 10100 110101 101110 111110

Color Harmonies of #CBC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC071

Black with #CBC071

Text Example


Text Example

White with #CBC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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