Html Css Color HEX #D5A341 Tulip Tree

📋 copy color: '#D5A341'

red 213 ◦ green 163 ◦ blue 65

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

Shades of Tulip Tree #D5A341

Tints of Tulip Tree #D5A341

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 48.3%
G = 36.96%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5A341 (or 0xD5A341) is known color: Tulip Tree. HEX triplet: D5, A3 and 41. RGB value is (213,163,65). Sum of RGB (Red+Green+Blue) = 213+163+65=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A341 is #2A5CBE. Grayscale: #A7A7A7. Windows color (decimal): -2776255 or 4301781. OLE color: 4301781.

HSL color Cylindrical-coordinate representation of color #D5A341: hue angle of 39.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5A341 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 163 65 -
CMYK 0 0.23 0.69 0.16
HSL 39.73º 0.64% 0.55% -
HSV(B) 39.73º 0.69% 0.84% -
XYZ 41.49 40.72 10.67 -
YUV 166.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 213 163 65 0 0.23 0.69 0.16 39.73 0.64 0.55
Hex D5 A3 41 0 17 45 10 28 40 37
Octal 325 243 101 0 27 105 20 50 100 67
Binary 11010101 10100011 1000001 0 10111 1000101 10000 101000 1000000 110111

Color Harmonies of #D5A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A341

Black with #D5A341

Text Example


Text Example

White with #D5A341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A341; }

 p { color: rgb(213,163,65); }

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

background-color css

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

 a { background-color: rgb(213,163,65); }

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

border-color css

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

 span { border-color: rgb(213,163,65); }

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