Html Css Color HEX #D4A546 Tulip Tree

📋 copy color: '#D4A546'

red 212 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #D4A546

Tints of Tulip Tree #D4A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 47.43%
G = 36.91%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D4A546 (or 0xD4A546) is known color: Tulip Tree. HEX triplet: D4, A5 and 46. RGB value is (212,165,70). Sum of RGB (Red+Green+Blue) = 212+165+70=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A546 is #2B5AB9. Grayscale: #A8A8A8. Windows color (decimal): -2841274 or 4629972. OLE color: 4629972.

HSL color Cylindrical-coordinate representation of color #D4A546: hue angle of 40.14º 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 #D4A546 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 70 -
CMYK 0 0.22 0.67 0.17
HSL 40.14º 0.62% 0.55% -
HSV(B) 40.14º 0.67% 0.83% -
XYZ 41.71 41.35 11.58 -
YUV 168.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 212 165 70 0 0.22 0.67 0.17 40.14 0.62 0.55
Hex D4 A5 46 0 16 43 11 28 3E 37
Octal 324 245 106 0 26 103 21 50 76 67
Binary 11010100 10100101 1000110 0 10110 1000011 10001 101000 111110 110111

Color Harmonies of #D4A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A546

Black with #D4A546

Text Example


Text Example

White with #D4A546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A546; }

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

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

background-color css

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

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

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

border-color css

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

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

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