Html Css Color HEX #D56E28 Tahiti Gold

📋 copy color: '#D56E28'

red 213 ◦ green 110 ◦ blue 40

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

Shades of Tahiti Gold #D56E28

Tints of Tahiti Gold #D56E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 58.68%
G = 30.3%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D56E28 (or 0xD56E28) is known color: Tahiti Gold. HEX triplet: D5, 6E and 28. RGB value is (213,110,40). Sum of RGB (Red+Green+Blue) = 213+110+40=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E28 is #2A91D7. Grayscale: #858585. Windows color (decimal): -2789848 or 2649813. OLE color: 2649813.

HSL color Cylindrical-coordinate representation of color #D56E28: hue angle of 24.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D56E28 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 40 -
CMYK 0 0.48 0.81 0.16
HSL 24.28º 0.68% 0.5% -
HSV(B) 24.28º 0.81% 0.84% -
XYZ 33.4 25.45 5.16 -
YUV 132.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 213 110 40 0 0.48 0.81 0.16 24.28 0.68 0.5
Hex D5 6E 28 0 30 51 10 18 44 32
Octal 325 156 50 0 60 121 20 30 104 62
Binary 11010101 1101110 101000 0 110000 1010001 10000 11000 1000100 110010

Color Harmonies of #D56E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E28

Black with #D56E28

Text Example


Text Example

White with #D56E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E28; }

 p { color: rgb(213,110,40); }

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

background-color css

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

 a { background-color: rgb(213,110,40); }

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

border-color css

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

 span { border-color: rgb(213,110,40); }

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