Html Css Color HEX #CBC76D Dark Khaki

📋 copy color: '#CBC76D'

red 203 ◦ green 199 ◦ blue 109

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

Shades of Dark Khaki #CBC76D

Tints of Dark Khaki #CBC76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.33%

R = 39.73%
G = 38.94%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBC76D (or 0xCBC76D) is known color: Dark Khaki. HEX triplet: CB, C7 and 6D. RGB value is (203,199,109). Sum of RGB (Red+Green+Blue) = 203+199+109=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC76D is #343892. Grayscale: #BEBEBE. Windows color (decimal): -3422355 or 7194571. OLE color: 7194571.

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

Color convert

RGB 203 199 109 -
CMYK 0 0.02 0.46 0.20
HSL 57.45º 0.47% 0.61% -
HSV(B) 57.45º 0.46% 0.8% -
XYZ 47.81 54.65 22.5 -
YUV 189.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 203 199 109 0 0.02 0.46 0.20 57.45 0.47 0.61
Hex CB C7 6D 0 2 2E 14 39 2F 3D
Octal 313 307 155 0 2 56 24 71 57 75
Binary 11001011 11000111 1101101 0 10 101110 10100 111001 101111 111101

Color Harmonies of #CBC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC76D

Black with #CBC76D

Text Example


Text Example

White with #CBC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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