Html Css Color HEX #CBC270 Dark Khaki

📋 copy color: '#CBC270'

red 203 ◦ green 194 ◦ blue 112

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

Shades of Dark Khaki #CBC270

Tints of Dark Khaki #CBC270

RGB

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

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

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

R = 39.88%
G = 38.11%
B = 22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBC270 (or 0xCBC270) is known color: Dark Khaki. HEX triplet: CB, C2 and 70. RGB value is (203,194,112). Sum of RGB (Red+Green+Blue) = 203+194+112=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC270 is #343D8F. Grayscale: #BBBBBB. Windows color (decimal): -3423632 or 7389899. OLE color: 7389899.

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

Color convert

RGB 203 194 112 -
CMYK 0 0.04 0.45 0.20
HSL 54.07º 0.47% 0.62% -
HSV(B) 54.07º 0.45% 0.8% -
XYZ 46.85 52.45 22.98 -
YUV 187.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 203 194 112 0 0.04 0.45 0.20 54.07 0.47 0.62
Hex CB C2 70 0 4 2D 14 36 2F 3E
Octal 313 302 160 0 4 55 24 66 57 76
Binary 11001011 11000010 1110000 0 100 101101 10100 110110 101111 111110

Color Harmonies of #CBC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC270

Black with #CBC270

Text Example


Text Example

White with #CBC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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