Html Css Color HEX #DD7125 Tahiti Gold

📋 copy color: '#DD7125'

red 221 ◦ green 113 ◦ blue 37

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

Shades of Tahiti Gold #DD7125

Tints of Tahiti Gold #DD7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 59.57%
G = 30.46%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7125 (or 0xDD7125) is known color: Tahiti Gold. HEX triplet: DD, 71 and 25. RGB value is (221,113,37). Sum of RGB (Red+Green+Blue) = 221+113+37=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7125 is #228EDA. Grayscale: #898989. Windows color (decimal): -2264795 or 2453981. OLE color: 2453981.

HSL color Cylindrical-coordinate representation of color #DD7125: hue angle of 24.78º 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 #DD7125 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 37 -
CMYK 0 0.49 0.83 0.13
HSL 24.78º 0.73% 0.51% -
HSV(B) 24.78º 0.83% 0.87% -
XYZ 36.06 27.32 5.12 -
YUV 136.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 221 113 37 0 0.49 0.83 0.13 24.78 0.73 0.51
Hex DD 71 25 0 31 53 D 19 49 33
Octal 335 161 45 0 61 123 15 31 111 63
Binary 11011101 1110001 100101 0 110001 1010011 1101 11001 1001001 110011

Color Harmonies of #DD7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7125

Black with #DD7125

Text Example


Text Example

White with #DD7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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