Html Css Color HEX #DD7226 Tahiti Gold

📋 copy color: '#DD7226'

red 221 ◦ green 114 ◦ blue 38

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

Shades of Tahiti Gold #DD7226

Tints of Tahiti Gold #DD7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 59.25%
G = 30.56%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7226 (or 0xDD7226) is known color: Tahiti Gold. HEX triplet: DD, 72 and 26. RGB value is (221,114,38). Sum of RGB (Red+Green+Blue) = 221+114+38=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7226 is #228DD9. Grayscale: #898989. Windows color (decimal): -2264538 or 2519773. OLE color: 2519773.

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

Color convert

RGB 221 114 38 -
CMYK 0 0.48 0.83 0.13
HSL 24.92º 0.73% 0.51% -
HSV(B) 24.92º 0.83% 0.87% -
XYZ 36.19 27.55 5.24 -
YUV 137.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 221 114 38 0 0.48 0.83 0.13 24.92 0.73 0.51
Hex DD 72 26 0 30 53 D 19 49 33
Octal 335 162 46 0 60 123 15 31 111 63
Binary 11011101 1110010 100110 0 110000 1010011 1101 11001 1001001 110011

Color Harmonies of #DD7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7226

Black with #DD7226

Text Example


Text Example

White with #DD7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7226; }

 p { color: rgb(221,114,38); }

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

background-color css

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

 a { background-color: rgb(221,114,38); }

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

border-color css

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

 span { border-color: rgb(221,114,38); }

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