Html Css Color HEX #DBBA74 Chenin

📋 copy color: '#DBBA74'

red 219 ◦ green 186 ◦ blue 116

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

Shades of Chenin #DBBA74

Tints of Chenin #DBBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 42.03%
G = 35.7%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBBA74 (or 0xDBBA74) is known color: Chenin. HEX triplet: DB, BA and 74. RGB value is (219,186,116). Sum of RGB (Red+Green+Blue) = 219+186+116=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA74 is #24458B. Grayscale: #BCBCBC. Windows color (decimal): -2377100 or 7650011. OLE color: 7650011.

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

Color convert

RGB 219 186 116 -
CMYK 0 0.15 0.47 0.14
HSL 40.78º 0.59% 0.66% -
HSV(B) 40.78º 0.47% 0.86% -
XYZ 49.92 51.44 23.82 -
YUV 187.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 219 186 116 0 0.15 0.47 0.14 40.78 0.59 0.66
Hex DB BA 74 0 F 2F E 29 3B 42
Octal 333 272 164 0 17 57 16 51 73 102
Binary 11011011 10111010 1110100 0 1111 101111 1110 101001 111011 1000010

Color Harmonies of #DBBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA74

Black with #DBBA74

Text Example


Text Example

White with #DBBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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