Html Css Color HEX #DD7E28 Tahiti Gold

📋 copy color: '#DD7E28'

red 221 ◦ green 126 ◦ blue 40

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

Shades of Tahiti Gold #DD7E28

Tints of Tahiti Gold #DD7E28

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

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

R = 57.11%
G = 32.56%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7E28 (or 0xDD7E28) is known color: Tahiti Gold. HEX triplet: DD, 7E and 28. RGB value is (221,126,40). Sum of RGB (Red+Green+Blue) = 221+126+40=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E28 is #2281D7. Grayscale: #919191. Windows color (decimal): -2261464 or 2653917. OLE color: 2653917.

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

Color convert

RGB 221 126 40 -
CMYK 0 0.43 0.82 0.13
HSL 28.51º 0.73% 0.51% -
HSV(B) 28.51º 0.82% 0.87% -
XYZ 37.66 30.45 5.9 -
YUV 144.6 68.97 182.49 -
System Red Green Blue C M Y K H S L
Decimal 221 126 40 0 0.43 0.82 0.13 28.51 0.73 0.51
Hex DD 7E 28 0 2B 52 D 1D 49 33
Octal 335 176 50 0 53 122 15 35 111 63
Binary 11011101 1111110 101000 0 101011 1010010 1101 11101 1001001 110011

Color Harmonies of #DD7E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E28

Black with #DD7E28

Text Example


Text Example

White with #DD7E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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