Html Css Color HEX #D6AA44 Tulip Tree

📋 copy color: '#D6AA44'

red 214 ◦ green 170 ◦ blue 68

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

Shades of Tulip Tree #D6AA44

Tints of Tulip Tree #D6AA44

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 47.35%
G = 37.61%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6AA44 (or 0xD6AA44) is known color: Tulip Tree. HEX triplet: D6, AA and 44. RGB value is (214,170,68). Sum of RGB (Red+Green+Blue) = 214+170+68=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA44 is #2955BB. Grayscale: #ABABAB. Windows color (decimal): -2708924 or 4500182. OLE color: 4500182.

HSL color Cylindrical-coordinate representation of color #D6AA44: hue angle of 41.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6AA44 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 68 -
CMYK 0 0.21 0.68 0.16
HSL 41.92º 0.64% 0.55% -
HSV(B) 41.92º 0.68% 0.84% -
XYZ 43.15 43.46 11.58 -
YUV 171.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 214 170 68 0 0.21 0.68 0.16 41.92 0.64 0.55
Hex D6 AA 44 0 15 44 10 2A 40 37
Octal 326 252 104 0 25 104 20 52 100 67
Binary 11010110 10101010 1000100 0 10101 1000100 10000 101010 1000000 110111

Color Harmonies of #D6AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA44

Black with #D6AA44

Text Example


Text Example

White with #D6AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA44; }

 p { color: rgb(214,170,68); }

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

background-color css

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

 a { background-color: rgb(214,170,68); }

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

border-color css

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

 span { border-color: rgb(214,170,68); }

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