Html Css Color HEX #DBAF3E Tulip Tree

📋 copy color: '#DBAF3E'

red 219 ◦ green 175 ◦ blue 62

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

Shades of Tulip Tree #DBAF3E

Tints of Tulip Tree #DBAF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 62 (24.61% from 255) = 13.6%

R = 48.03%
G = 38.38%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBAF3E (or 0xDBAF3E) is known color: Tulip Tree. HEX triplet: DB, AF and 3E. RGB value is (219,175,62). Sum of RGB (Red+Green+Blue) = 219+175+62=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF3E is #2450C1. Grayscale: #AFAFAF. Windows color (decimal): -2379970 or 4108251. OLE color: 4108251.

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

Color convert

RGB 219 175 62 -
CMYK 0 0.20 0.72 0.14
HSL 43.18º 0.69% 0.55% -
HSV(B) 43.18º 0.72% 0.86% -
XYZ 45.41 46.07 11.06 -
YUV 175.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 219 175 62 0 0.20 0.72 0.14 43.18 0.69 0.55
Hex DB AF 3E 0 14 48 E 2B 45 37
Octal 333 257 76 0 24 110 16 53 105 67
Binary 11011011 10101111 111110 0 10100 1001000 1110 101011 1000101 110111

Color Harmonies of #DBAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF3E

Black with #DBAF3E

Text Example


Text Example

White with #DBAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF3E; }

 p { color: rgb(219,175,62); }

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

background-color css

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

 a { background-color: rgb(219,175,62); }

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

border-color css

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

 span { border-color: rgb(219,175,62); }

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