Html Css Color HEX #D47226 Tahiti Gold

📋 copy color: '#D47226'

red 212 ◦ green 114 ◦ blue 38

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

Shades of Tahiti Gold #D47226

Tints of Tahiti Gold #D47226

RGB

 RED value IS 212 (83.2% from 255) = 58.24%

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

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 58.24%
G = 31.32%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D47226 (or 0xD47226) is known color: Tahiti Gold. HEX triplet: D4, 72 and 26. RGB value is (212,114,38). Sum of RGB (Red+Green+Blue) = 212+114+38=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D47226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47226 is #2B8DD9. Grayscale: #878787. Windows color (decimal): -2854362 or 2519764. OLE color: 2519764.

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

Color convert

RGB 212 114 38 -
CMYK 0 0.46 0.82 0.17
HSL 26.21º 0.7% 0.49% -
HSV(B) 26.21º 0.82% 0.83% -
XYZ 33.52 26.17 5.12 -
YUV 134.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 212 114 38 0 0.46 0.82 0.17 26.21 0.7 0.49
Hex D4 72 26 0 2E 52 11 1A 46 31
Octal 324 162 46 0 56 122 21 32 106 61
Binary 11010100 1110010 100110 0 101110 1010010 10001 11010 1000110 110001

Color Harmonies of #D47226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47226

Black with #D47226

Text Example


Text Example

White with #D47226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47226; }

 p { color: rgb(212,114,38); }

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

background-color css

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

 a { background-color: rgb(212,114,38); }

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

border-color css

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

 span { border-color: rgb(212,114,38); }

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