Html Css Color HEX #DD7025 Tahiti Gold

📋 copy color: '#DD7025'

red 221 ◦ green 112 ◦ blue 37

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

Shades of Tahiti Gold #DD7025

Tints of Tahiti Gold #DD7025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 59.73%
G = 30.27%
B = 10%

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

#DD7025 (or 0xDD7025) is known color: Tahiti Gold. HEX triplet: DD, 70 and 25. RGB value is (221,112,37). Sum of RGB (Red+Green+Blue) = 221+112+37=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7025 is #228FDA. Grayscale: #888888. Windows color (decimal): -2265051 or 2453725. OLE color: 2453725.

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

Color convert

RGB 221 112 37 -
CMYK 0 0.49 0.83 0.13
HSL 24.46º 0.73% 0.51% -
HSV(B) 24.46º 0.83% 0.87% -
XYZ 35.95 27.09 5.09 -
YUV 136.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 221 112 37 0 0.49 0.83 0.13 24.46 0.73 0.51
Hex DD 70 25 0 31 53 D 18 49 33
Octal 335 160 45 0 61 123 15 30 111 63
Binary 11011101 1110000 100101 0 110001 1010011 1101 11000 1001001 110011

Color Harmonies of #DD7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7025

Black with #DD7025

Text Example


Text Example

White with #DD7025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7025; }

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

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

background-color css

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

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

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

border-color css

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

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

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