Html Css Color HEX #DBC575 Chenin

📋 copy color: '#DBC575'

red 219 ◦ green 197 ◦ blue 117

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

Shades of Chenin #DBC575

Tints of Chenin #DBC575

RGB

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

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

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

R = 41.09%
G = 36.96%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC575 (or 0xDBC575) is known color: Chenin. HEX triplet: DB, C5 and 75. RGB value is (219,197,117). Sum of RGB (Red+Green+Blue) = 219+197+117=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC575 is #243A8A. Grayscale: #C2C2C2. Windows color (decimal): -2374283 or 7718363. OLE color: 7718363.

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

Color convert

RGB 219 197 117 -
CMYK 0 0.10 0.47 0.14
HSL 47.06º 0.59% 0.66% -
HSV(B) 47.06º 0.47% 0.86% -
XYZ 52.39 56.28 24.93 -
YUV 194.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 219 197 117 0 0.10 0.47 0.14 47.06 0.59 0.66
Hex DB C5 75 0 A 2F E 2F 3B 42
Octal 333 305 165 0 12 57 16 57 73 102
Binary 11011011 11000101 1110101 0 1010 101111 1110 101111 111011 1000010

Color Harmonies of #DBC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC575

Black with #DBC575

Text Example


Text Example

White with #DBC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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