Html Css Color HEX #DF8222 Tahiti Gold

📋 copy color: '#DF8222'

red 223 ◦ green 130 ◦ blue 34

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

Shades of Tahiti Gold #DF8222

Tints of Tahiti Gold #DF8222

RGB

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

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

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

R = 57.62%
G = 33.59%
B = 8.79%

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

#DF8222 (or 0xDF8222) is known color: Tahiti Gold. HEX triplet: DF, 82 and 22. RGB value is (223,130,34). Sum of RGB (Red+Green+Blue) = 223+130+34=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8222 is #207DDD. Grayscale: #939393. Windows color (decimal): -2129374 or 2261727. OLE color: 2261727.

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

Color convert

RGB 223 130 34 -
CMYK 0 0.42 0.85 0.13
HSL 30.48º 0.75% 0.5% -
HSV(B) 30.48º 0.85% 0.87% -
XYZ 38.7 31.77 5.61 -
YUV 146.86 64.31 182.31 -
System Red Green Blue C M Y K H S L
Decimal 223 130 34 0 0.42 0.85 0.13 30.48 0.75 0.5
Hex DF 82 22 0 2A 55 D 1E 4B 32
Octal 337 202 42 0 52 125 15 36 113 62
Binary 11011111 10000010 100010 0 101010 1010101 1101 11110 1001011 110010

Color Harmonies of #DF8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8222

Black with #DF8222

Text Example


Text Example

White with #DF8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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