Html Css Color HEX #CBC668 Dark Khaki

📋 copy color: '#CBC668'

red 203 ◦ green 198 ◦ blue 104

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

Shades of Dark Khaki #CBC668

Tints of Dark Khaki #CBC668

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 40.2%
G = 39.21%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBC668 (or 0xCBC668) is known color: Dark Khaki. HEX triplet: CB, C6 and 68. RGB value is (203,198,104). Sum of RGB (Red+Green+Blue) = 203+198+104=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC668 is #343997. Grayscale: #BDBDBD. Windows color (decimal): -3422616 or 6866635. OLE color: 6866635.

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

Color convert

RGB 203 198 104 -
CMYK 0 0.02 0.49 0.20
HSL 56.97º 0.49% 0.6% -
HSV(B) 56.97º 0.49% 0.8% -
XYZ 47.32 54.08 21.04 -
YUV 188.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 203 198 104 0 0.02 0.49 0.20 56.97 0.49 0.6
Hex CB C6 68 0 2 31 14 39 31 3C
Octal 313 306 150 0 2 61 24 71 61 74
Binary 11001011 11000110 1101000 0 10 110001 10100 111001 110001 111100

Color Harmonies of #CBC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC668

Black with #CBC668

Text Example


Text Example

White with #CBC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC668; }

 p { color: rgb(203,198,104); }

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

background-color css

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

 a { background-color: rgb(203,198,104); }

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

border-color css

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

 span { border-color: rgb(203,198,104); }

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