Html Css Color HEX #D4A545 Tulip Tree

📋 copy color: '#D4A545'

red 212 ◦ green 165 ◦ blue 69

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

Shades of Tulip Tree #D4A545

Tints of Tulip Tree #D4A545

RGB

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

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

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

R = 47.53%
G = 37%
B = 15.47%

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

#D4A545 (or 0xD4A545) is known color: Tulip Tree. HEX triplet: D4, A5 and 45. RGB value is (212,165,69). Sum of RGB (Red+Green+Blue) = 212+165+69=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A545 is #2B5ABA. Grayscale: #A8A8A8. Windows color (decimal): -2841275 or 4564436. OLE color: 4564436.

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

Color convert

RGB 212 165 69 -
CMYK 0 0.22 0.67 0.17
HSL 40.28º 0.62% 0.55% -
HSV(B) 40.28º 0.67% 0.83% -
XYZ 41.68 41.34 11.41 -
YUV 168.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 212 165 69 0 0.22 0.67 0.17 40.28 0.62 0.55
Hex D4 A5 45 0 16 43 11 28 3E 37
Octal 324 245 105 0 26 103 21 50 76 67
Binary 11010100 10100101 1000101 0 10110 1000011 10001 101000 111110 110111

Color Harmonies of #D4A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A545

Black with #D4A545

Text Example


Text Example

White with #D4A545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A545; }

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

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

background-color css

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

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

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

border-color css

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

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

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