Html Css Color HEX #DD7933 Tahiti Gold

📋 copy color: '#DD7933'

red 221 ◦ green 121 ◦ blue 51

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

Shades of Tahiti Gold #DD7933

Tints of Tahiti Gold #DD7933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 56.23%
G = 30.79%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7933 (or 0xDD7933) is known color: Tahiti Gold. HEX triplet: DD, 79 and 33. RGB value is (221,121,51). Sum of RGB (Red+Green+Blue) = 221+121+51=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7933 is #2286CC. Grayscale: #8F8F8F. Windows color (decimal): -2262733 or 3373533. OLE color: 3373533.

HSL color Cylindrical-coordinate representation of color #DD7933: hue angle of 24.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD7933 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 51 -
CMYK 0 0.45 0.77 0.13
HSL 24.71º 0.71% 0.53% -
HSV(B) 24.71º 0.77% 0.87% -
XYZ 37.25 29.29 6.82 -
YUV 142.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 221 121 51 0 0.45 0.77 0.13 24.71 0.71 0.53
Hex DD 79 33 0 2D 4D D 19 47 35
Octal 335 171 63 0 55 115 15 31 107 65
Binary 11011101 1111001 110011 0 101101 1001101 1101 11001 1000111 110101

Color Harmonies of #DD7933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7933

Black with #DD7933

Text Example


Text Example

White with #DD7933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7933; }

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

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

background-color css

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

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

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

border-color css

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

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

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