Html Css Color HEX #D6A13C Tulip Tree

📋 copy color: '#D6A13C'

red 214 ◦ green 161 ◦ blue 60

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

Shades of Tulip Tree #D6A13C

Tints of Tulip Tree #D6A13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 49.2%
G = 37.01%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6A13C (or 0xD6A13C) is known color: Tulip Tree. HEX triplet: D6, A1 and 3C. RGB value is (214,161,60). Sum of RGB (Red+Green+Blue) = 214+161+60=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A13C is #295EC3. Grayscale: #A5A5A5. Windows color (decimal): -2711236 or 3973590. OLE color: 3973590.

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

Color convert

RGB 214 161 60 -
CMYK 0 0.25 0.72 0.16
HSL 39.35º 0.65% 0.54% -
HSV(B) 39.35º 0.72% 0.84% -
XYZ 41.29 40.11 9.84 -
YUV 165.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 214 161 60 0 0.25 0.72 0.16 39.35 0.65 0.54
Hex D6 A1 3C 0 19 48 10 27 41 36
Octal 326 241 74 0 31 110 20 47 101 66
Binary 11010110 10100001 111100 0 11001 1001000 10000 100111 1000001 110110

Color Harmonies of #D6A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A13C

Black with #D6A13C

Text Example


Text Example

White with #D6A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A13C; }

 p { color: rgb(214,161,60); }

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

background-color css

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

 a { background-color: rgb(214,161,60); }

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

border-color css

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

 span { border-color: rgb(214,161,60); }

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