Html Css Color HEX #DBC075 Chenin

📋 copy color: '#DBC075'

red 219 ◦ green 192 ◦ blue 117

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

Shades of Chenin #DBC075

Tints of Chenin #DBC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

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

R = 41.48%
G = 36.36%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC075 (or 0xDBC075) is known color: Chenin. HEX triplet: DB, C0 and 75. RGB value is (219,192,117). Sum of RGB (Red+Green+Blue) = 219+192+117=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC075 is #243F8A. Grayscale: #BFBFBF. Windows color (decimal): -2375563 or 7717083. OLE color: 7717083.

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

Color convert

RGB 219 192 117 -
CMYK 0 0.12 0.47 0.14
HSL 44.12º 0.59% 0.66% -
HSV(B) 44.12º 0.47% 0.86% -
XYZ 51.27 54.04 24.56 -
YUV 191.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 219 192 117 0 0.12 0.47 0.14 44.12 0.59 0.66
Hex DB C0 75 0 C 2F E 2C 3B 42
Octal 333 300 165 0 14 57 16 54 73 102
Binary 11011011 11000000 1110101 0 1100 101111 1110 101100 111011 1000010

Color Harmonies of #DBC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC075

Black with #DBC075

Text Example


Text Example

White with #DBC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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