Html Css Color HEX #DD7128 Tahiti Gold

📋 copy color: '#DD7128'

red 221 ◦ green 113 ◦ blue 40

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

Shades of Tahiti Gold #DD7128

Tints of Tahiti Gold #DD7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 59.09%
G = 30.21%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7128 (or 0xDD7128) is known color: Tahiti Gold. HEX triplet: DD, 71 and 28. RGB value is (221,113,40). Sum of RGB (Red+Green+Blue) = 221+113+40=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7128 is #228ED7. Grayscale: #898989. Windows color (decimal): -2264792 or 2650589. OLE color: 2650589.

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

Color convert

RGB 221 113 40 -
CMYK 0 0.49 0.82 0.13
HSL 24.2º 0.73% 0.51% -
HSV(B) 24.2º 0.82% 0.87% -
XYZ 36.11 27.34 5.38 -
YUV 136.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 221 113 40 0 0.49 0.82 0.13 24.2 0.73 0.51
Hex DD 71 28 0 31 52 D 18 49 33
Octal 335 161 50 0 61 122 15 30 111 63
Binary 11011101 1110001 101000 0 110001 1010010 1101 11000 1001001 110011

Color Harmonies of #DD7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7128

Black with #DD7128

Text Example


Text Example

White with #DD7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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