Html Css Color HEX #C8BD67 Dark Khaki

📋 copy color: '#C8BD67'

red 200 ◦ green 189 ◦ blue 103

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

Shades of Dark Khaki #C8BD67

Tints of Dark Khaki #C8BD67

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 103 (40.63% from 255) = 20.93%

R = 40.65%
G = 38.41%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8BD67 (or 0xC8BD67) is known color: Dark Khaki. HEX triplet: C8, BD and 67. RGB value is (200,189,103). Sum of RGB (Red+Green+Blue) = 200+189+103=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD67 is #374298. Grayscale: #B6B6B6. Windows color (decimal): -3621529 or 6798792. OLE color: 6798792.

HSL color Cylindrical-coordinate representation of color #C8BD67: hue angle of 53.2º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8BD67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 103 -
CMYK 0 0.06 0.48 0.22
HSL 53.2º 0.47% 0.59% -
HSV(B) 53.2º 0.49% 0.78% -
XYZ 44.47 49.65 20.07 -
YUV 182.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 200 189 103 0 0.06 0.48 0.22 53.2 0.47 0.59
Hex C8 BD 67 0 6 30 16 35 2F 3B
Octal 310 275 147 0 6 60 26 65 57 73
Binary 11001000 10111101 1100111 0 110 110000 10110 110101 101111 111011

Color Harmonies of #C8BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD67

Black with #C8BD67

Text Example


Text Example

White with #C8BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD67; }

 p { color: rgb(200,189,103); }

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

background-color css

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

 a { background-color: rgb(200,189,103); }

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

border-color css

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

 span { border-color: rgb(200,189,103); }

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