Html Css Color HEX #DBBB73 Chenin

📋 copy color: '#DBBB73'

red 219 ◦ green 187 ◦ blue 115

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

Shades of Chenin #DBBB73

Tints of Chenin #DBBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 42.03%
G = 35.89%
B = 22.07%

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

#DBBB73 (or 0xDBBB73) is known color: Chenin. HEX triplet: DB, BB and 73. RGB value is (219,187,115). Sum of RGB (Red+Green+Blue) = 219+187+115=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB73 is #24448C. Grayscale: #BCBCBC. Windows color (decimal): -2376845 or 7584731. OLE color: 7584731.

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

Color convert

RGB 219 187 115 -
CMYK 0 0.15 0.47 0.14
HSL 41.54º 0.59% 0.65% -
HSV(B) 41.54º 0.47% 0.86% -
XYZ 50.08 51.84 23.59 -
YUV 188.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 219 187 115 0 0.15 0.47 0.14 41.54 0.59 0.65
Hex DB BB 73 0 F 2F E 2A 3B 41
Octal 333 273 163 0 17 57 16 52 73 101
Binary 11011011 10111011 1110011 0 1111 101111 1110 101010 111011 1000001

Color Harmonies of #DBBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB73

Black with #DBBB73

Text Example


Text Example

White with #DBBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB73; }

 p { color: rgb(219,187,115); }

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

background-color css

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

 a { background-color: rgb(219,187,115); }

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

border-color css

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

 span { border-color: rgb(219,187,115); }

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