Html Css Color HEX #DD8025 Tahiti Gold

📋 copy color: '#DD8025'

red 221 ◦ green 128 ◦ blue 37

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

Shades of Tahiti Gold #DD8025

Tints of Tahiti Gold #DD8025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 57.25%
G = 33.16%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8025 (or 0xDD8025) is known color: Tahiti Gold. HEX triplet: DD, 80 and 25. RGB value is (221,128,37). Sum of RGB (Red+Green+Blue) = 221+128+37=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8025 is #227FDA. Grayscale: #919191. Windows color (decimal): -2260955 or 2457821. OLE color: 2457821.

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

Color convert

RGB 221 128 37 -
CMYK 0 0.42 0.83 0.13
HSL 29.67º 0.73% 0.51% -
HSV(B) 29.67º 0.83% 0.87% -
XYZ 37.87 30.94 5.73 -
YUV 145.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 221 128 37 0 0.42 0.83 0.13 29.67 0.73 0.51
Hex DD 80 25 0 2A 53 D 1E 49 33
Octal 335 200 45 0 52 123 15 36 111 63
Binary 11011101 10000000 100101 0 101010 1010011 1101 11110 1001001 110011

Color Harmonies of #DD8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8025

Black with #DD8025

Text Example


Text Example

White with #DD8025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8025; }

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

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

background-color css

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

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

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

border-color css

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

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

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