Html Css Color HEX #DBA542 Tulip Tree

📋 copy color: '#DBA542'

red 219 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #DBA542

Tints of Tulip Tree #DBA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 48.67%
G = 36.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA542 (or 0xDBA542) is known color: Tulip Tree. HEX triplet: DB, A5 and 42. RGB value is (219,165,66). Sum of RGB (Red+Green+Blue) = 219+165+66=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA542 is #245ABD. Grayscale: #AAAAAA. Windows color (decimal): -2382526 or 4367835. OLE color: 4367835.

HSL color Cylindrical-coordinate representation of color #DBA542: hue angle of 38.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBA542 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 66 -
CMYK 0 0.25 0.70 0.14
HSL 38.82º 0.68% 0.56% -
HSV(B) 38.82º 0.7% 0.86% -
XYZ 43.65 42.36 11.03 -
YUV 169.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 219 165 66 0 0.25 0.70 0.14 38.82 0.68 0.56
Hex DB A5 42 0 19 46 E 27 44 38
Octal 333 245 102 0 31 106 16 47 104 70
Binary 11011011 10100101 1000010 0 11001 1000110 1110 100111 1000100 111000

Color Harmonies of #DBA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA542

Black with #DBA542

Text Example


Text Example

White with #DBA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA542; }

 p { color: rgb(219,165,66); }

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

background-color css

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

 a { background-color: rgb(219,165,66); }

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

border-color css

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

 span { border-color: rgb(219,165,66); }

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