Html Css Color HEX #CBC568 Dark Khaki

📋 copy color: '#CBC568'

red 203 ◦ green 197 ◦ blue 104

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

Shades of Dark Khaki #CBC568

Tints of Dark Khaki #CBC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

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

R = 40.28%
G = 39.09%
B = 20.63%

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

#CBC568 (or 0xCBC568) is known color: Dark Khaki. HEX triplet: CB, C5 and 68. RGB value is (203,197,104). Sum of RGB (Red+Green+Blue) = 203+197+104=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC568 is #343A97. Grayscale: #BCBCBC. Windows color (decimal): -3422872 or 6866379. OLE color: 6866379.

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

Color convert

RGB 203 197 104 -
CMYK 0 0.03 0.49 0.20
HSL 56.36º 0.49% 0.6% -
HSV(B) 56.36º 0.49% 0.8% -
XYZ 47.09 53.63 20.97 -
YUV 188.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 203 197 104 0 0.03 0.49 0.20 56.36 0.49 0.6
Hex CB C5 68 0 3 31 14 38 31 3C
Octal 313 305 150 0 3 61 24 70 61 74
Binary 11001011 11000101 1101000 0 11 110001 10100 111000 110001 111100

Color Harmonies of #CBC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC568

Black with #CBC568

Text Example


Text Example

White with #CBC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC568; }

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

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

background-color css

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

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

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

border-color css

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

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

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