Html Css Color HEX #DBAE42 Tulip Tree

📋 copy color: '#DBAE42'

red 219 ◦ green 174 ◦ blue 66

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

Shades of Tulip Tree #DBAE42

Tints of Tulip Tree #DBAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 47.71%
G = 37.91%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBAE42 (or 0xDBAE42) is known color: Tulip Tree. HEX triplet: DB, AE and 42. RGB value is (219,174,66). Sum of RGB (Red+Green+Blue) = 219+174+66=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE42 is #2451BD. Grayscale: #AFAFAF. Windows color (decimal): -2380222 or 4370139. OLE color: 4370139.

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

Color convert

RGB 219 174 66 -
CMYK 0 0.21 0.70 0.14
HSL 42.35º 0.68% 0.56% -
HSV(B) 42.35º 0.7% 0.86% -
XYZ 45.33 45.73 11.59 -
YUV 175.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 219 174 66 0 0.21 0.70 0.14 42.35 0.68 0.56
Hex DB AE 42 0 15 46 E 2A 44 38
Octal 333 256 102 0 25 106 16 52 104 70
Binary 11011011 10101110 1000010 0 10101 1000110 1110 101010 1000100 111000

Color Harmonies of #DBAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE42

Black with #DBAE42

Text Example


Text Example

White with #DBAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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