Html Css Color HEX #D6A13D Tulip Tree

📋 copy color: '#D6A13D'

red 214 ◦ green 161 ◦ blue 61

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

Shades of Tulip Tree #D6A13D

Tints of Tulip Tree #D6A13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 49.08%
G = 36.93%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6A13D (or 0xD6A13D) is known color: Tulip Tree. HEX triplet: D6, A1 and 3D. RGB value is (214,161,61). Sum of RGB (Red+Green+Blue) = 214+161+61=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A13D is #295EC2. Grayscale: #A5A5A5. Windows color (decimal): -2711235 or 4039126. OLE color: 4039126.

HSL color Cylindrical-coordinate representation of color #D6A13D: hue angle of 39.22º 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 #D6A13D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 61 -
CMYK 0 0.25 0.71 0.16
HSL 39.22º 0.65% 0.54% -
HSV(B) 39.22º 0.71% 0.84% -
XYZ 41.32 40.12 9.98 -
YUV 165.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 214 161 61 0 0.25 0.71 0.16 39.22 0.65 0.54
Hex D6 A1 3D 0 19 47 10 27 41 36
Octal 326 241 75 0 31 107 20 47 101 66
Binary 11010110 10100001 111101 0 11001 1000111 10000 100111 1000001 110110

Color Harmonies of #D6A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A13D

Black with #D6A13D

Text Example


Text Example

White with #D6A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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