Html Css Color HEX #DD7827 Tahiti Gold

📋 copy color: '#DD7827'

red 221 ◦ green 120 ◦ blue 39

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

Shades of Tahiti Gold #DD7827

Tints of Tahiti Gold #DD7827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 58.16%
G = 31.58%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7827 (or 0xDD7827) is known color: Tahiti Gold. HEX triplet: DD, 78 and 27. RGB value is (221,120,39). Sum of RGB (Red+Green+Blue) = 221+120+39=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7827 is #2287D8. Grayscale: #8D8D8D. Windows color (decimal): -2263001 or 2586845. OLE color: 2586845.

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

Color convert

RGB 221 120 39 -
CMYK 0 0.46 0.82 0.13
HSL 26.7º 0.73% 0.51% -
HSV(B) 26.7º 0.82% 0.87% -
XYZ 36.9 28.95 5.56 -
YUV 140.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 221 120 39 0 0.46 0.82 0.13 26.7 0.73 0.51
Hex DD 78 27 0 2E 52 D 1B 49 33
Octal 335 170 47 0 56 122 15 33 111 63
Binary 11011101 1111000 100111 0 101110 1010010 1101 11011 1001001 110011

Color Harmonies of #DD7827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7827

Black with #DD7827

Text Example


Text Example

White with #DD7827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7827; }

 p { color: rgb(221,120,39); }

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

background-color css

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

 a { background-color: rgb(221,120,39); }

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

border-color css

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

 span { border-color: rgb(221,120,39); }

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