Html Css Color HEX #DF8221 Tahiti Gold

📋 copy color: '#DF8221'

red 223 ◦ green 130 ◦ blue 33

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

Shades of Tahiti Gold #DF8221

Tints of Tahiti Gold #DF8221

RGB

 RED value IS 223 (87.5% from 255) = 57.77%

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

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 57.77%
G = 33.68%
B = 8.55%

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

#DF8221 (or 0xDF8221) is known color: Tahiti Gold. HEX triplet: DF, 82 and 21. RGB value is (223,130,33). Sum of RGB (Red+Green+Blue) = 223+130+33=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8221 is #207DDE. Grayscale: #939393. Windows color (decimal): -2129375 or 2196191. OLE color: 2196191.

HSL color Cylindrical-coordinate representation of color #DF8221: hue angle of 30.63º degrees, saturation: 0.75, 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 #DF8221 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 33 -
CMYK 0 0.42 0.85 0.13
HSL 30.63º 0.75% 0.5% -
HSV(B) 30.63º 0.85% 0.87% -
XYZ 38.69 31.76 5.53 -
YUV 146.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 223 130 33 0 0.42 0.85 0.13 30.63 0.75 0.5
Hex DF 82 21 0 2A 55 D 1F 4B 32
Octal 337 202 41 0 52 125 15 37 113 62
Binary 11011111 10000010 100001 0 101010 1010101 1101 11111 1001011 110010

Color Harmonies of #DF8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8221

Black with #DF8221

Text Example


Text Example

White with #DF8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8221; }

 p { color: rgb(223,130,33); }

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

background-color css

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

 a { background-color: rgb(223,130,33); }

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

border-color css

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

 span { border-color: rgb(223,130,33); }

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