Html Css Color HEX #DAB042 Tulip Tree

📋 copy color: '#DAB042'

red 218 ◦ green 176 ◦ blue 66

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

Shades of Tulip Tree #DAB042

Tints of Tulip Tree #DAB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

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

R = 47.39%
G = 38.26%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAB042 (or 0xDAB042) is known color: Tulip Tree. HEX triplet: DA, B0 and 42. RGB value is (218,176,66). Sum of RGB (Red+Green+Blue) = 218+176+66=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB042 is #254FBD. Grayscale: #B0B0B0. Windows color (decimal): -2445246 or 4370650. OLE color: 4370650.

HSL color Cylindrical-coordinate representation of color #DAB042: hue angle of 43.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB042 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 66 -
CMYK 0 0.19 0.70 0.15
HSL 43.42º 0.67% 0.56% -
HSV(B) 43.42º 0.7% 0.85% -
XYZ 45.42 46.35 11.71 -
YUV 176.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 218 176 66 0 0.19 0.70 0.15 43.42 0.67 0.56
Hex DA B0 42 0 13 46 F 2B 43 38
Octal 332 260 102 0 23 106 17 53 103 70
Binary 11011010 10110000 1000010 0 10011 1000110 1111 101011 1000011 111000

Color Harmonies of #DAB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB042

Black with #DAB042

Text Example


Text Example

White with #DAB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB042; }

 p { color: rgb(218,176,66); }

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

background-color css

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

 a { background-color: rgb(218,176,66); }

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

border-color css

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

 span { border-color: rgb(218,176,66); }

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