Html Css Color HEX #DF8328 Tahiti Gold

📋 copy color: '#DF8328'

red 223 ◦ green 131 ◦ blue 40

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

Shades of Tahiti Gold #DF8328

Tints of Tahiti Gold #DF8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 40 (16.02% from 255) = 10.15%

R = 56.6%
G = 33.25%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF8328 (or 0xDF8328) is known color: Tahiti Gold. HEX triplet: DF, 83 and 28. RGB value is (223,131,40). Sum of RGB (Red+Green+Blue) = 223+131+40=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8328 is #207CD7. Grayscale: #949494. Windows color (decimal): -2129112 or 2655199. OLE color: 2655199.

HSL color Cylindrical-coordinate representation of color #DF8328: hue angle of 29.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF8328 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 40 -
CMYK 0 0.41 0.82 0.13
HSL 29.84º 0.74% 0.52% -
HSV(B) 29.84º 0.82% 0.87% -
XYZ 38.93 32.07 6.15 -
YUV 148.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 223 131 40 0 0.41 0.82 0.13 29.84 0.74 0.52
Hex DF 83 28 0 29 52 D 1E 4A 34
Octal 337 203 50 0 51 122 15 36 112 64
Binary 11011111 10000011 101000 0 101001 1010010 1101 11110 1001010 110100

Color Harmonies of #DF8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8328

Black with #DF8328

Text Example


Text Example

White with #DF8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8328; }

 p { color: rgb(223,131,40); }

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

background-color css

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

 a { background-color: rgb(223,131,40); }

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

border-color css

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

 span { border-color: rgb(223,131,40); }

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