Html Css Color HEX #DAB448 Tulip Tree

📋 copy color: '#DAB448'

red 218 ◦ green 180 ◦ blue 72

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

Shades of Tulip Tree #DAB448

Tints of Tulip Tree #DAB448

RGB

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

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

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

R = 46.38%
G = 38.3%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB448 (or 0xDAB448) is known color: Tulip Tree. HEX triplet: DA, B4 and 48. RGB value is (218,180,72). Sum of RGB (Red+Green+Blue) = 218+180+72=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB448 is #254BB7. Grayscale: #B3B3B3. Windows color (decimal): -2444216 or 4764890. OLE color: 4764890.

HSL color Cylindrical-coordinate representation of color #DAB448: hue angle of 44.38º 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 #DAB448 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 72 -
CMYK 0 0.17 0.67 0.15
HSL 44.38º 0.66% 0.57% -
HSV(B) 44.38º 0.67% 0.85% -
XYZ 46.4 48.02 12.95 -
YUV 179.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 218 180 72 0 0.17 0.67 0.15 44.38 0.66 0.57
Hex DA B4 48 0 11 43 F 2C 42 39
Octal 332 264 110 0 21 103 17 54 102 71
Binary 11011010 10110100 1001000 0 10001 1000011 1111 101100 1000010 111001

Color Harmonies of #DAB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB448

Black with #DAB448

Text Example


Text Example

White with #DAB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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