Html Css Color HEX #DAB348 Tulip Tree

📋 copy color: '#DAB348'

red 218 ◦ green 179 ◦ blue 72

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

Shades of Tulip Tree #DAB348

Tints of Tulip Tree #DAB348

RGB

 RED value IS 218 (85.55% from 255) = 46.48%

 GREEN value IS 179 (70.31% from 255) = 38.17%

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 46.48%
G = 38.17%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB348 (or 0xDAB348) is known color: Tulip Tree. HEX triplet: DA, B3 and 48. RGB value is (218,179,72). Sum of RGB (Red+Green+Blue) = 218+179+72=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB348 is #254CB7. Grayscale: #B2B2B2. Windows color (decimal): -2444472 or 4764634. OLE color: 4764634.

HSL color Cylindrical-coordinate representation of color #DAB348: hue angle of 43.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB348 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 72 -
CMYK 0 0.18 0.67 0.15
HSL 43.97º 0.66% 0.57% -
HSV(B) 43.97º 0.67% 0.85% -
XYZ 46.2 47.61 12.89 -
YUV 178.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 218 179 72 0 0.18 0.67 0.15 43.97 0.66 0.57
Hex DA B3 48 0 12 43 F 2C 42 39
Octal 332 263 110 0 22 103 17 54 102 71
Binary 11011010 10110011 1001000 0 10010 1000011 1111 101100 1000010 111001

Color Harmonies of #DAB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB348

Black with #DAB348

Text Example


Text Example

White with #DAB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB348; }

 p { color: rgb(218,179,72); }

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

background-color css

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

 a { background-color: rgb(218,179,72); }

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

border-color css

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

 span { border-color: rgb(218,179,72); }

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