Html Css Color HEX #DD7F2E Tahiti Gold

📋 copy color: '#DD7F2E'

red 221 ◦ green 127 ◦ blue 46

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

Shades of Tahiti Gold #DD7F2E

Tints of Tahiti Gold #DD7F2E

RGB

 RED value IS 221 (86.72% from 255) = 56.09%

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 56.09%
G = 32.23%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD7F2E (or 0xDD7F2E) is known color: Tahiti Gold. HEX triplet: DD, 7F and 2E. RGB value is (221,127,46). Sum of RGB (Red+Green+Blue) = 221+127+46=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F2E is #2280D1. Grayscale: #929292. Windows color (decimal): -2261202 or 3047389. OLE color: 3047389.

HSL color Cylindrical-coordinate representation of color #DD7F2E: hue angle of 27.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD7F2E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 46 -
CMYK 0 0.43 0.79 0.13
HSL 27.77º 0.72% 0.52% -
HSV(B) 27.77º 0.79% 0.87% -
XYZ 37.9 30.75 6.52 -
YUV 145.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 221 127 46 0 0.43 0.79 0.13 27.77 0.72 0.52
Hex DD 7F 2E 0 2B 4F D 1C 48 34
Octal 335 177 56 0 53 117 15 34 110 64
Binary 11011101 1111111 101110 0 101011 1001111 1101 11100 1001000 110100

Color Harmonies of #DD7F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F2E

Black with #DD7F2E

Text Example


Text Example

White with #DD7F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F2E; }

 p { color: rgb(221,127,46); }

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

background-color css

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

 a { background-color: rgb(221,127,46); }

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

border-color css

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

 span { border-color: rgb(221,127,46); }

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