Html Css Color HEX #DD7825 Tahiti Gold

📋 copy color: '#DD7825'

red 221 ◦ green 120 ◦ blue 37

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

Shades of Tahiti Gold #DD7825

Tints of Tahiti Gold #DD7825

RGB

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

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

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

R = 58.47%
G = 31.75%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7825 (or 0xDD7825) is known color: Tahiti Gold. HEX triplet: DD, 78 and 25. RGB value is (221,120,37). Sum of RGB (Red+Green+Blue) = 221+120+37=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7825 is #2287DA. Grayscale: #8D8D8D. Windows color (decimal): -2263003 or 2455773. OLE color: 2455773.

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

Color convert

RGB 221 120 37 -
CMYK 0 0.46 0.83 0.13
HSL 27.07º 0.73% 0.51% -
HSV(B) 27.07º 0.83% 0.87% -
XYZ 36.87 28.94 5.39 -
YUV 140.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 221 120 37 0 0.46 0.83 0.13 27.07 0.73 0.51
Hex DD 78 25 0 2E 53 D 1B 49 33
Octal 335 170 45 0 56 123 15 33 111 63
Binary 11011101 1111000 100101 0 101110 1010011 1101 11011 1001001 110011

Color Harmonies of #DD7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7825

Black with #DD7825

Text Example


Text Example

White with #DD7825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7825; }

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

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

background-color css

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

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

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

border-color css

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

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

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