Html Css Color HEX #CBC06D Dark Khaki

📋 copy color: '#CBC06D'

red 203 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #CBC06D

Tints of Dark Khaki #CBC06D

RGB

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

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

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

R = 40.28%
G = 38.1%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBC06D (or 0xCBC06D) is known color: Dark Khaki. HEX triplet: CB, C0 and 6D. RGB value is (203,192,109). Sum of RGB (Red+Green+Blue) = 203+192+109=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06D is #343F92. Grayscale: #BABABA. Windows color (decimal): -3424147 or 7192779. OLE color: 7192779.

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

Color convert

RGB 203 192 109 -
CMYK 0 0.05 0.46 0.20
HSL 52.98º 0.47% 0.61% -
HSV(B) 52.98º 0.46% 0.8% -
XYZ 46.24 51.5 21.97 -
YUV 185.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 203 192 109 0 0.05 0.46 0.20 52.98 0.47 0.61
Hex CB C0 6D 0 5 2E 14 35 2F 3D
Octal 313 300 155 0 5 56 24 65 57 75
Binary 11001011 11000000 1101101 0 101 101110 10100 110101 101111 111101

Color Harmonies of #CBC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC06D

Black with #CBC06D

Text Example


Text Example

White with #CBC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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