Html Css Color HEX #D4A645 Tulip Tree

📋 copy color: '#D4A645'

red 212 ◦ green 166 ◦ blue 69

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

Shades of Tulip Tree #D4A645

Tints of Tulip Tree #D4A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

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

R = 47.43%
G = 37.14%
B = 15.44%

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

#D4A645 (or 0xD4A645) is known color: Tulip Tree. HEX triplet: D4, A6 and 45. RGB value is (212,166,69). Sum of RGB (Red+Green+Blue) = 212+166+69=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A645 is #2B59BA. Grayscale: #A9A9A9. Windows color (decimal): -2841019 or 4564692. OLE color: 4564692.

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

Color convert

RGB 212 166 69 -
CMYK 0 0.22 0.67 0.17
HSL 40.7º 0.62% 0.55% -
HSV(B) 40.7º 0.67% 0.83% -
XYZ 41.86 41.7 11.47 -
YUV 168.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 212 166 69 0 0.22 0.67 0.17 40.7 0.62 0.55
Hex D4 A6 45 0 16 43 11 29 3E 37
Octal 324 246 105 0 26 103 21 51 76 67
Binary 11010100 10100110 1000101 0 10110 1000011 10001 101001 111110 110111

Color Harmonies of #D4A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A645

Black with #D4A645

Text Example


Text Example

White with #D4A645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A645; }

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

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

background-color css

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

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

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

border-color css

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

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

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