Html Css Color HEX #DD7F25 Tahiti Gold

📋 copy color: '#DD7F25'

red 221 ◦ green 127 ◦ blue 37

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

Shades of Tahiti Gold #DD7F25

Tints of Tahiti Gold #DD7F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 57.4%
G = 32.99%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7F25 (or 0xDD7F25) is known color: Tahiti Gold. HEX triplet: DD, 7F and 25. RGB value is (221,127,37). Sum of RGB (Red+Green+Blue) = 221+127+37=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F25 is #2280DA. Grayscale: #919191. Windows color (decimal): -2261211 or 2457565. OLE color: 2457565.

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

Color convert

RGB 221 127 37 -
CMYK 0 0.43 0.83 0.13
HSL 29.35º 0.73% 0.51% -
HSV(B) 29.35º 0.83% 0.87% -
XYZ 37.74 30.68 5.68 -
YUV 144.85 67.14 182.32 -
System Red Green Blue C M Y K H S L
Decimal 221 127 37 0 0.43 0.83 0.13 29.35 0.73 0.51
Hex DD 7F 25 0 2B 53 D 1D 49 33
Octal 335 177 45 0 53 123 15 35 111 63
Binary 11011101 1111111 100101 0 101011 1010011 1101 11101 1001001 110011

Color Harmonies of #DD7F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F25

Black with #DD7F25

Text Example


Text Example

White with #DD7F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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