Html Css Color HEX #DD7423 Tahiti Gold

📋 copy color: '#DD7423'

red 221 ◦ green 116 ◦ blue 35

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

Shades of Tahiti Gold #DD7423

Tints of Tahiti Gold #DD7423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 35 (14.06% from 255) = 9.41%

R = 59.41%
G = 31.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7423 (or 0xDD7423) is known color: Tahiti Gold. HEX triplet: DD, 74 and 23. RGB value is (221,116,35). Sum of RGB (Red+Green+Blue) = 221+116+35=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7423 is #228BDC. Grayscale: #8A8A8A. Windows color (decimal): -2264029 or 2323677. OLE color: 2323677.

HSL color Cylindrical-coordinate representation of color #DD7423: hue angle of 26.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD7423 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 35 -
CMYK 0 0.48 0.84 0.13
HSL 26.13º 0.73% 0.5% -
HSV(B) 26.13º 0.84% 0.87% -
XYZ 36.37 27.98 5.07 -
YUV 138.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 221 116 35 0 0.48 0.84 0.13 26.13 0.73 0.5
Hex DD 74 23 0 30 54 D 1A 49 32
Octal 335 164 43 0 60 124 15 32 111 62
Binary 11011101 1110100 100011 0 110000 1010100 1101 11010 1001001 110010

Color Harmonies of #DD7423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7423

Black with #DD7423

Text Example


Text Example

White with #DD7423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7423; }

 p { color: rgb(221,116,35); }

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

background-color css

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

 a { background-color: rgb(221,116,35); }

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

border-color css

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

 span { border-color: rgb(221,116,35); }

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