Html Css Color HEX #D6A43E Tulip Tree

📋 copy color: '#D6A43E'

red 214 ◦ green 164 ◦ blue 62

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

Shades of Tulip Tree #D6A43E

Tints of Tulip Tree #D6A43E

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

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

 BLUE value IS 62 (24.61% from 255) = 14.09%

R = 48.64%
G = 37.27%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6A43E (or 0xD6A43E) is known color: Tulip Tree. HEX triplet: D6, A4 and 3E. RGB value is (214,164,62). Sum of RGB (Red+Green+Blue) = 214+164+62=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A43E is #295BC1. Grayscale: #A7A7A7. Windows color (decimal): -2710466 or 4105430. OLE color: 4105430.

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

Color convert

RGB 214 164 62 -
CMYK 0 0.23 0.71 0.16
HSL 40.26º 0.65% 0.54% -
HSV(B) 40.26º 0.71% 0.84% -
XYZ 41.88 41.19 10.3 -
YUV 167.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 214 164 62 0 0.23 0.71 0.16 40.26 0.65 0.54
Hex D6 A4 3E 0 17 47 10 28 41 36
Octal 326 244 76 0 27 107 20 50 101 66
Binary 11010110 10100100 111110 0 10111 1000111 10000 101000 1000001 110110

Color Harmonies of #D6A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A43E

Black with #D6A43E

Text Example


Text Example

White with #D6A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A43E; }

 p { color: rgb(214,164,62); }

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

background-color css

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

 a { background-color: rgb(214,164,62); }

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

border-color css

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

 span { border-color: rgb(214,164,62); }

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