Html Css Color HEX #DAB244 Tulip Tree

📋 copy color: '#DAB244'

red 218 ◦ green 178 ◦ blue 68

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

Shades of Tulip Tree #DAB244

Tints of Tulip Tree #DAB244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 46.98%
G = 38.36%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAB244 (or 0xDAB244) is known color: Tulip Tree. HEX triplet: DA, B2 and 44. RGB value is (218,178,68). Sum of RGB (Red+Green+Blue) = 218+178+68=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB244 is #254DBB. Grayscale: #B1B1B1. Windows color (decimal): -2444732 or 4502234. OLE color: 4502234.

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

Color convert

RGB 218 178 68 -
CMYK 0 0.18 0.69 0.15
HSL 44º 0.67% 0.56% -
HSV(B) 44º 0.69% 0.85% -
XYZ 45.88 47.16 12.15 -
YUV 177.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 218 178 68 0 0.18 0.69 0.15 44 0.67 0.56
Hex DA B2 44 0 12 45 F 2C 43 38
Octal 332 262 104 0 22 105 17 54 103 70
Binary 11011010 10110010 1000100 0 10010 1000101 1111 101100 1000011 111000

Color Harmonies of #DAB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB244

Black with #DAB244

Text Example


Text Example

White with #DAB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB244; }

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

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

background-color css

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

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

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

border-color css

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

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

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