Html Css Color HEX #CBC271 Dark Khaki

📋 copy color: '#CBC271'

red 203 ◦ green 194 ◦ blue 113

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

Shades of Dark Khaki #CBC271

Tints of Dark Khaki #CBC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 39.8%
G = 38.04%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC271 (or 0xCBC271) is known color: Dark Khaki. HEX triplet: CB, C2 and 71. RGB value is (203,194,113). Sum of RGB (Red+Green+Blue) = 203+194+113=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC271 is #343D8E. Grayscale: #BBBBBB. Windows color (decimal): -3423631 or 7455435. OLE color: 7455435.

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

Color convert

RGB 203 194 113 -
CMYK 0 0.04 0.44 0.20
HSL 54º 0.46% 0.62% -
HSV(B) 54º 0.44% 0.8% -
XYZ 46.9 52.47 23.28 -
YUV 187.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 203 194 113 0 0.04 0.44 0.20 54 0.46 0.62
Hex CB C2 71 0 4 2C 14 36 2E 3E
Octal 313 302 161 0 4 54 24 66 56 76
Binary 11001011 11000010 1110001 0 100 101100 10100 110110 101110 111110

Color Harmonies of #CBC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC271

Black with #CBC271

Text Example


Text Example

White with #CBC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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