Html Css Color HEX #DAB246 Tulip Tree

📋 copy color: '#DAB246'

red 218 ◦ green 178 ◦ blue 70

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

Shades of Tulip Tree #DAB246

Tints of Tulip Tree #DAB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 46.78%
G = 38.2%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB246 (or 0xDAB246) is known color: Tulip Tree. HEX triplet: DA, B2 and 46. RGB value is (218,178,70). Sum of RGB (Red+Green+Blue) = 218+178+70=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB246 is #254DB9. Grayscale: #B2B2B2. Windows color (decimal): -2444730 or 4633306. OLE color: 4633306.

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

Color convert

RGB 218 178 70 -
CMYK 0 0.18 0.68 0.15
HSL 43.78º 0.67% 0.56% -
HSV(B) 43.78º 0.68% 0.85% -
XYZ 45.94 47.19 12.48 -
YUV 177.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 218 178 70 0 0.18 0.68 0.15 43.78 0.67 0.56
Hex DA B2 46 0 12 44 F 2C 43 38
Octal 332 262 106 0 22 104 17 54 103 70
Binary 11011010 10110010 1000110 0 10010 1000100 1111 101100 1000011 111000

Color Harmonies of #DAB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB246

Black with #DAB246

Text Example


Text Example

White with #DAB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB246; }

 p { color: rgb(218,178,70); }

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

background-color css

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

 a { background-color: rgb(218,178,70); }

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

border-color css

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

 span { border-color: rgb(218,178,70); }

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