Html Css Color HEX #DAB344 Tulip Tree

📋 copy color: '#DAB344'

red 218 ◦ green 179 ◦ blue 68

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

Shades of Tulip Tree #DAB344

Tints of Tulip Tree #DAB344

RGB

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

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

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

R = 46.88%
G = 38.49%
B = 14.62%

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

#DAB344 (or 0xDAB344) is known color: Tulip Tree. HEX triplet: DA, B3 and 44. RGB value is (218,179,68). Sum of RGB (Red+Green+Blue) = 218+179+68=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB344 is #254CBB. Grayscale: #B2B2B2. Windows color (decimal): -2444476 or 4502490. OLE color: 4502490.

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

Color convert

RGB 218 179 68 -
CMYK 0 0.18 0.69 0.15
HSL 44.4º 0.67% 0.56% -
HSV(B) 44.4º 0.69% 0.85% -
XYZ 46.08 47.56 12.22 -
YUV 178.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 218 179 68 0 0.18 0.69 0.15 44.4 0.67 0.56
Hex DA B3 44 0 12 45 F 2C 43 38
Octal 332 263 104 0 22 105 17 54 103 70
Binary 11011010 10110011 1000100 0 10010 1000101 1111 101100 1000011 111000

Color Harmonies of #DAB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB344

Black with #DAB344

Text Example


Text Example

White with #DAB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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