Html Css Color HEX #DBBE74 Chenin

📋 copy color: '#DBBE74'

red 219 ◦ green 190 ◦ blue 116

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

Shades of Chenin #DBBE74

Tints of Chenin #DBBE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 41.71%
G = 36.19%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBBE74 (or 0xDBBE74) is known color: Chenin. HEX triplet: DB, BE and 74. RGB value is (219,190,116). Sum of RGB (Red+Green+Blue) = 219+190+116=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE74 is #24418B. Grayscale: #BEBEBE. Windows color (decimal): -2376076 or 7651035. OLE color: 7651035.

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

Color convert

RGB 219 190 116 -
CMYK 0 0.13 0.47 0.14
HSL 43.11º 0.59% 0.66% -
HSV(B) 43.11º 0.47% 0.86% -
XYZ 50.78 53.15 24.11 -
YUV 190.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 219 190 116 0 0.13 0.47 0.14 43.11 0.59 0.66
Hex DB BE 74 0 D 2F E 2B 3B 42
Octal 333 276 164 0 15 57 16 53 73 102
Binary 11011011 10111110 1110100 0 1101 101111 1110 101011 111011 1000010

Color Harmonies of #DBBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE74

Black with #DBBE74

Text Example


Text Example

White with #DBBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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