Html Css Color HEX #DD7428 Tahiti Gold

📋 copy color: '#DD7428'

red 221 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #DD7428

Tints of Tahiti Gold #DD7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 58.62%
G = 30.77%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7428 (or 0xDD7428) is known color: Tahiti Gold. HEX triplet: DD, 74 and 28. RGB value is (221,116,40). Sum of RGB (Red+Green+Blue) = 221+116+40=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7428 is #228BD7. Grayscale: #8B8B8B. Windows color (decimal): -2264024 or 2651357. OLE color: 2651357.

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

Color convert

RGB 221 116 40 -
CMYK 0 0.48 0.82 0.13
HSL 25.19º 0.73% 0.51% -
HSV(B) 25.19º 0.82% 0.87% -
XYZ 36.45 28.02 5.49 -
YUV 138.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 221 116 40 0 0.48 0.82 0.13 25.19 0.73 0.51
Hex DD 74 28 0 30 52 D 19 49 33
Octal 335 164 50 0 60 122 15 31 111 63
Binary 11011101 1110100 101000 0 110000 1010010 1101 11001 1001001 110011

Color Harmonies of #DD7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7428

Black with #DD7428

Text Example


Text Example

White with #DD7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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