Html Css Color HEX #D4A446 Tulip Tree

📋 copy color: '#D4A446'

red 212 ◦ green 164 ◦ blue 70

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

Shades of Tulip Tree #D4A446

Tints of Tulip Tree #D4A446

RGB

 RED value IS 212 (83.2% from 255) = 47.53%

 GREEN value IS 164 (64.45% from 255) = 36.77%

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

R = 47.53%
G = 36.77%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D4A446 (or 0xD4A446) is known color: Tulip Tree. HEX triplet: D4, A4 and 46. RGB value is (212,164,70). Sum of RGB (Red+Green+Blue) = 212+164+70=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A446 is #2B5BB9. Grayscale: #A8A8A8. Windows color (decimal): -2841530 or 4629716. OLE color: 4629716.

HSL color Cylindrical-coordinate representation of color #D4A446: hue angle of 39.72º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4A446 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 70 -
CMYK 0 0.23 0.67 0.17
HSL 39.72º 0.62% 0.55% -
HSV(B) 39.72º 0.67% 0.83% -
XYZ 41.53 40.99 11.52 -
YUV 167.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 212 164 70 0 0.23 0.67 0.17 39.72 0.62 0.55
Hex D4 A4 46 0 17 43 11 28 3E 37
Octal 324 244 106 0 27 103 21 50 76 67
Binary 11010100 10100100 1000110 0 10111 1000011 10001 101000 111110 110111

Color Harmonies of #D4A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A446

Black with #D4A446

Text Example


Text Example

White with #D4A446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A446; }

 p { color: rgb(212,164,70); }

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

background-color css

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

 a { background-color: rgb(212,164,70); }

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

border-color css

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

 span { border-color: rgb(212,164,70); }

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