Html Css Color HEX #D57227 Tahiti Gold

📋 copy color: '#D57227'

red 213 ◦ green 114 ◦ blue 39

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

Shades of Tahiti Gold #D57227

Tints of Tahiti Gold #D57227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 39 (15.63% from 255) = 10.66%

R = 58.2%
G = 31.15%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D57227 (or 0xD57227) is known color: Tahiti Gold. HEX triplet: D5, 72 and 27. RGB value is (213,114,39). Sum of RGB (Red+Green+Blue) = 213+114+39=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57227 is #2A8DD8. Grayscale: #878787. Windows color (decimal): -2788825 or 2585301. OLE color: 2585301.

HSL color Cylindrical-coordinate representation of color #D57227: hue angle of 25.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D57227 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 39 -
CMYK 0 0.46 0.82 0.16
HSL 25.86º 0.69% 0.49% -
HSV(B) 25.86º 0.82% 0.84% -
XYZ 33.82 26.33 5.22 -
YUV 135.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 213 114 39 0 0.46 0.82 0.16 25.86 0.69 0.49
Hex D5 72 27 0 2E 52 10 1A 45 31
Octal 325 162 47 0 56 122 20 32 105 61
Binary 11010101 1110010 100111 0 101110 1010010 10000 11010 1000101 110001

Color Harmonies of #D57227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57227

Black with #D57227

Text Example


Text Example

White with #D57227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57227; }

 p { color: rgb(213,114,39); }

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

background-color css

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

 a { background-color: rgb(213,114,39); }

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

border-color css

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

 span { border-color: rgb(213,114,39); }

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