Html Css Color HEX #DD8022 Tahiti Gold

📋 copy color: '#DD8022'

red 221 ◦ green 128 ◦ blue 34

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

Shades of Tahiti Gold #DD8022

Tints of Tahiti Gold #DD8022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 57.7%
G = 33.42%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8022 (or 0xDD8022) is known color: Tahiti Gold. HEX triplet: DD, 80 and 22. RGB value is (221,128,34). Sum of RGB (Red+Green+Blue) = 221+128+34=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8022 is #227FDD. Grayscale: #919191. Windows color (decimal): -2260958 or 2261213. OLE color: 2261213.

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

Color convert

RGB 221 128 34 -
CMYK 0 0.42 0.85 0.13
HSL 30.16º 0.73% 0.5% -
HSV(B) 30.16º 0.85% 0.87% -
XYZ 37.83 30.93 5.49 -
YUV 145.09 65.31 182.14 -
System Red Green Blue C M Y K H S L
Decimal 221 128 34 0 0.42 0.85 0.13 30.16 0.73 0.5
Hex DD 80 22 0 2A 55 D 1E 49 32
Octal 335 200 42 0 52 125 15 36 111 62
Binary 11011101 10000000 100010 0 101010 1010101 1101 11110 1001001 110010

Color Harmonies of #DD8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8022

Black with #DD8022

Text Example


Text Example

White with #DD8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8022; }

 p { color: rgb(221,128,34); }

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

background-color css

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

 a { background-color: rgb(221,128,34); }

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

border-color css

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

 span { border-color: rgb(221,128,34); }

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