Html Css Color HEX #DD7928 Tahiti Gold

📋 copy color: '#DD7928'

red 221 ◦ green 121 ◦ blue 40

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

Shades of Tahiti Gold #DD7928

Tints of Tahiti Gold #DD7928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 57.85%
G = 31.68%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7928 (or 0xDD7928) is known color: Tahiti Gold. HEX triplet: DD, 79 and 28. RGB value is (221,121,40). Sum of RGB (Red+Green+Blue) = 221+121+40=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7928 is #2286D7. Grayscale: #8E8E8E. Windows color (decimal): -2262744 or 2652637. OLE color: 2652637.

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

Color convert

RGB 221 121 40 -
CMYK 0 0.45 0.82 0.13
HSL 26.85º 0.73% 0.51% -
HSV(B) 26.85º 0.82% 0.87% -
XYZ 37.04 29.2 5.69 -
YUV 141.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 221 121 40 0 0.45 0.82 0.13 26.85 0.73 0.51
Hex DD 79 28 0 2D 52 D 1B 49 33
Octal 335 171 50 0 55 122 15 33 111 63
Binary 11011101 1111001 101000 0 101101 1010010 1101 11011 1001001 110011

Color Harmonies of #DD7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7928

Black with #DD7928

Text Example


Text Example

White with #DD7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7928; }

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

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

background-color css

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

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

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

border-color css

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

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

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