Html Css Color HEX #DD8226 Tahiti Gold

📋 copy color: '#DD8226'

red 221 ◦ green 130 ◦ blue 38

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

Shades of Tahiti Gold #DD8226

Tints of Tahiti Gold #DD8226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 56.81%
G = 33.42%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8226 (or 0xDD8226) is known color: Tahiti Gold. HEX triplet: DD, 82 and 26. RGB value is (221,130,38). Sum of RGB (Red+Green+Blue) = 221+130+38=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8226 is #227DD9. Grayscale: #939393. Windows color (decimal): -2260442 or 2523869. OLE color: 2523869.

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

Color convert

RGB 221 130 38 -
CMYK 0 0.41 0.83 0.13
HSL 30.16º 0.73% 0.51% -
HSV(B) 30.16º 0.83% 0.87% -
XYZ 38.15 31.48 5.9 -
YUV 146.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 221 130 38 0 0.41 0.83 0.13 30.16 0.73 0.51
Hex DD 82 26 0 29 53 D 1E 49 33
Octal 335 202 46 0 51 123 15 36 111 63
Binary 11011101 10000010 100110 0 101001 1010011 1101 11110 1001001 110011

Color Harmonies of #DD8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8226

Black with #DD8226

Text Example


Text Example

White with #DD8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8226; }

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

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

background-color css

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

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

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

border-color css

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

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

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