Html Css Color HEX #DBC875 Chenin

📋 copy color: '#DBC875'

red 219 ◦ green 200 ◦ blue 117

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

Shades of Chenin #DBC875

Tints of Chenin #DBC875

RGB

 RED value IS 219 (85.94% from 255) = 40.86%

 GREEN value IS 200 (78.52% from 255) = 37.31%

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 40.86%
G = 37.31%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC875 (or 0xDBC875) is known color: Chenin. HEX triplet: DB, C8 and 75. RGB value is (219,200,117). Sum of RGB (Red+Green+Blue) = 219+200+117=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC875 is #24378A. Grayscale: #C4C4C4. Windows color (decimal): -2373515 or 7719131. OLE color: 7719131.

HSL color Cylindrical-coordinate representation of color #DBC875: hue angle of 48.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBC875 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 117 -
CMYK 0 0.09 0.47 0.14
HSL 48.82º 0.59% 0.66% -
HSV(B) 48.82º 0.47% 0.86% -
XYZ 53.08 57.65 25.16 -
YUV 196.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 219 200 117 0 0.09 0.47 0.14 48.82 0.59 0.66
Hex DB C8 75 0 9 2F E 31 3B 42
Octal 333 310 165 0 11 57 16 61 73 102
Binary 11011011 11001000 1110101 0 1001 101111 1110 110001 111011 1000010

Color Harmonies of #DBC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC875

Black with #DBC875

Text Example


Text Example

White with #DBC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC875; }

 p { color: rgb(219,200,117); }

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

background-color css

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

 a { background-color: rgb(219,200,117); }

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

border-color css

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

 span { border-color: rgb(219,200,117); }

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