Html Css Color HEX #DF8121 Tahiti Gold

📋 copy color: '#DF8121'

red 223 ◦ green 129 ◦ blue 33

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

Shades of Tahiti Gold #DF8121

Tints of Tahiti Gold #DF8121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

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

R = 57.92%
G = 33.51%
B = 8.57%

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

#DF8121 (or 0xDF8121) is known color: Tahiti Gold. HEX triplet: DF, 81 and 21. RGB value is (223,129,33). Sum of RGB (Red+Green+Blue) = 223+129+33=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8121 is #207EDE. Grayscale: #929292. Windows color (decimal): -2129631 or 2195935. OLE color: 2195935.

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

Color convert

RGB 223 129 33 -
CMYK 0 0.42 0.85 0.13
HSL 30.32º 0.75% 0.5% -
HSV(B) 30.32º 0.85% 0.87% -
XYZ 38.56 31.5 5.49 -
YUV 146.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 223 129 33 0 0.42 0.85 0.13 30.32 0.75 0.5
Hex DF 81 21 0 2A 55 D 1E 4B 32
Octal 337 201 41 0 52 125 15 36 113 62
Binary 11011111 10000001 100001 0 101010 1010101 1101 11110 1001011 110010

Color Harmonies of #DF8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8121

Black with #DF8121

Text Example


Text Example

White with #DF8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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