Html Css Color HEX #CBC76F Dark Khaki

📋 copy color: '#CBC76F'

red 203 ◦ green 199 ◦ blue 111

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

Shades of Dark Khaki #CBC76F

Tints of Dark Khaki #CBC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 39.57%
G = 38.79%
B = 21.64%

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

#CBC76F (or 0xCBC76F) is known color: Dark Khaki. HEX triplet: CB, C7 and 6F. RGB value is (203,199,111). Sum of RGB (Red+Green+Blue) = 203+199+111=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC76F is #343890. Grayscale: #BEBEBE. Windows color (decimal): -3422353 or 7325643. OLE color: 7325643.

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

Color convert

RGB 203 199 111 -
CMYK 0 0.02 0.45 0.20
HSL 57.39º 0.47% 0.62% -
HSV(B) 57.39º 0.45% 0.8% -
XYZ 47.92 54.69 23.07 -
YUV 190.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 203 199 111 0 0.02 0.45 0.20 57.39 0.47 0.62
Hex CB C7 6F 0 2 2D 14 39 2F 3E
Octal 313 307 157 0 2 55 24 71 57 76
Binary 11001011 11000111 1101111 0 10 101101 10100 111001 101111 111110

Color Harmonies of #CBC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC76F

Black with #CBC76F

Text Example


Text Example

White with #CBC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC76F; }

 p { color: rgb(203,199,111); }

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

background-color css

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

 a { background-color: rgb(203,199,111); }

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

border-color css

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

 span { border-color: rgb(203,199,111); }

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