Html Css Color HEX #DBC874 Chenin

📋 copy color: '#DBC874'

red 219 ◦ green 200 ◦ blue 116

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

Shades of Chenin #DBC874

Tints of Chenin #DBC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 40.93%
G = 37.38%
B = 21.68%

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

#DBC874 (or 0xDBC874) is known color: Chenin. HEX triplet: DB, C8 and 74. RGB value is (219,200,116). Sum of RGB (Red+Green+Blue) = 219+200+116=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC874 is #24378B. Grayscale: #C4C4C4. Windows color (decimal): -2373516 or 7653595. OLE color: 7653595.

HSL color Cylindrical-coordinate representation of color #DBC874: hue angle of 48.93º 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 #DBC874 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 116 -
CMYK 0 0.09 0.47 0.14
HSL 48.93º 0.59% 0.66% -
HSV(B) 48.93º 0.47% 0.86% -
XYZ 53.02 57.63 24.85 -
YUV 196.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 219 200 116 0 0.09 0.47 0.14 48.93 0.59 0.66
Hex DB C8 74 0 9 2F E 31 3B 42
Octal 333 310 164 0 11 57 16 61 73 102
Binary 11011011 11001000 1110100 0 1001 101111 1110 110001 111011 1000010

Color Harmonies of #DBC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC874

Black with #DBC874

Text Example


Text Example

White with #DBC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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