Html Css Color HEX #D4A445 Tulip Tree

📋 copy color: '#D4A445'

red 212 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #D4A445

Tints of Tulip Tree #D4A445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 47.64%
G = 36.85%
B = 15.51%

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

#D4A445 (or 0xD4A445) is known color: Tulip Tree. HEX triplet: D4, A4 and 45. RGB value is (212,164,69). Sum of RGB (Red+Green+Blue) = 212+164+69=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A445 is #2B5BBA. Grayscale: #A7A7A7. Windows color (decimal): -2841531 or 4564180. OLE color: 4564180.

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

Color convert

RGB 212 164 69 -
CMYK 0 0.23 0.67 0.17
HSL 39.86º 0.62% 0.55% -
HSV(B) 39.86º 0.67% 0.83% -
XYZ 41.5 40.98 11.35 -
YUV 167.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 212 164 69 0 0.23 0.67 0.17 39.86 0.62 0.55
Hex D4 A4 45 0 17 43 11 28 3E 37
Octal 324 244 105 0 27 103 21 50 76 67
Binary 11010100 10100100 1000101 0 10111 1000011 10001 101000 111110 110111

Color Harmonies of #D4A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A445

Black with #D4A445

Text Example


Text Example

White with #D4A445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A445; }

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

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

background-color css

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

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

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

border-color css

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

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

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