Html Css Color HEX #DBB672 Chenin

📋 copy color: '#DBB672'

red 219 ◦ green 182 ◦ blue 114

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

Shades of Chenin #DBB672

Tints of Chenin #DBB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.34%

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 42.52%
G = 35.34%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBB672 (or 0xDBB672) is known color: Chenin. HEX triplet: DB, B6 and 72. RGB value is (219,182,114). Sum of RGB (Red+Green+Blue) = 219+182+114=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB672 is #24498D. Grayscale: #B9B9B9. Windows color (decimal): -2378126 or 7517915. OLE color: 7517915.

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

Color convert

RGB 219 182 114 -
CMYK 0 0.17 0.48 0.14
HSL 38.86º 0.59% 0.65% -
HSV(B) 38.86º 0.48% 0.86% -
XYZ 48.98 49.73 22.94 -
YUV 185.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 219 182 114 0 0.17 0.48 0.14 38.86 0.59 0.65
Hex DB B6 72 0 11 30 E 27 3B 41
Octal 333 266 162 0 21 60 16 47 73 101
Binary 11011011 10110110 1110010 0 10001 110000 1110 100111 111011 1000001

Color Harmonies of #DBB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB672

Black with #DBB672

Text Example


Text Example

White with #DBB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB672; }

 p { color: rgb(219,182,114); }

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

background-color css

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

 a { background-color: rgb(219,182,114); }

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

border-color css

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

 span { border-color: rgb(219,182,114); }

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