Html Css Color HEX #DBB483 Burly Wood

📋 copy color: '#DBB483'

red 219 ◦ green 180 ◦ blue 131

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

Shades of Burly Wood #DBB483

Tints of Burly Wood #DBB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 41.32%
G = 33.96%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBB483 (or 0xDBB483) is known color: Burly Wood. HEX triplet: DB, B4 and 83. RGB value is (219,180,131). Sum of RGB (Red+Green+Blue) = 219+180+131=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB483 is #244B7C. Grayscale: #BABABA. Windows color (decimal): -2378621 or 8631515. OLE color: 8631515.

HSL color Cylindrical-coordinate representation of color #DBB483: hue angle of 33.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB483 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 131 -
CMYK 0 0.18 0.40 0.14
HSL 33.41º 0.55% 0.69% -
HSV(B) 33.41º 0.4% 0.86% -
XYZ 49.63 49.34 28.38 -
YUV 186.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 219 180 131 0 0.18 0.40 0.14 33.41 0.55 0.69
Hex DB B4 83 0 12 28 E 21 37 45
Octal 333 264 203 0 22 50 16 41 67 105
Binary 11011011 10110100 10000011 0 10010 101000 1110 100001 110111 1000101

Color Harmonies of #DBB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB483

Black with #DBB483

Text Example


Text Example

White with #DBB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB483; }

 p { color: rgb(219,180,131); }

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

background-color css

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

 a { background-color: rgb(219,180,131); }

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

border-color css

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

 span { border-color: rgb(219,180,131); }

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