Html Css Color HEX #CBC468 Dark Khaki

📋 copy color: '#CBC468'

red 203 ◦ green 196 ◦ blue 104

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

Shades of Dark Khaki #CBC468

Tints of Dark Khaki #CBC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 40.36%
G = 38.97%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBC468 (or 0xCBC468) is known color: Dark Khaki. HEX triplet: CB, C4 and 68. RGB value is (203,196,104). Sum of RGB (Red+Green+Blue) = 203+196+104=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC468 is #343B97. Grayscale: #BBBBBB. Windows color (decimal): -3423128 or 6866123. OLE color: 6866123.

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

Color convert

RGB 203 196 104 -
CMYK 0 0.03 0.49 0.20
HSL 55.76º 0.49% 0.6% -
HSV(B) 55.76º 0.49% 0.8% -
XYZ 46.87 53.18 20.89 -
YUV 187.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 203 196 104 0 0.03 0.49 0.20 55.76 0.49 0.6
Hex CB C4 68 0 3 31 14 38 31 3C
Octal 313 304 150 0 3 61 24 70 61 74
Binary 11001011 11000100 1101000 0 11 110001 10100 111000 110001 111100

Color Harmonies of #CBC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC468

Black with #CBC468

Text Example


Text Example

White with #CBC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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