Html Css Color HEX #D6A33D Tulip Tree

📋 copy color: '#D6A33D'

red 214 ◦ green 163 ◦ blue 61

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

Shades of Tulip Tree #D6A33D

Tints of Tulip Tree #D6A33D

RGB

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

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

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

R = 48.86%
G = 37.21%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6A33D (or 0xD6A33D) is known color: Tulip Tree. HEX triplet: D6, A3 and 3D. RGB value is (214,163,61). Sum of RGB (Red+Green+Blue) = 214+163+61=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A33D is #295CC2. Grayscale: #A7A7A7. Windows color (decimal): -2710723 or 4039638. OLE color: 4039638.

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

Color convert

RGB 214 163 61 -
CMYK 0 0.24 0.71 0.16
HSL 40º 0.65% 0.54% -
HSV(B) 40º 0.71% 0.84% -
XYZ 41.67 40.83 10.1 -
YUV 166.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 214 163 61 0 0.24 0.71 0.16 40 0.65 0.54
Hex D6 A3 3D 0 18 47 10 28 41 36
Octal 326 243 75 0 30 107 20 50 101 66
Binary 11010110 10100011 111101 0 11000 1000111 10000 101000 1000001 110110

Color Harmonies of #D6A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A33D

Black with #D6A33D

Text Example


Text Example

White with #D6A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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