Html Css Color HEX #DF7028 Tahiti Gold

📋 copy color: '#DF7028'

red 223 ◦ green 112 ◦ blue 40

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

Shades of Tahiti Gold #DF7028

Tints of Tahiti Gold #DF7028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 59.47%
G = 29.87%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF7028 (or 0xDF7028) is known color: Tahiti Gold. HEX triplet: DF, 70 and 28. RGB value is (223,112,40). Sum of RGB (Red+Green+Blue) = 223+112+40=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7028 is #208FD7. Grayscale: #898989. Windows color (decimal): -2133976 or 2650335. OLE color: 2650335.

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

Color convert

RGB 223 112 40 -
CMYK 0 0.50 0.82 0.13
HSL 23.61º 0.74% 0.52% -
HSV(B) 23.61º 0.82% 0.87% -
XYZ 36.61 27.43 5.37 -
YUV 136.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 223 112 40 0 0.50 0.82 0.13 23.61 0.74 0.52
Hex DF 70 28 0 32 52 D 18 4A 34
Octal 337 160 50 0 62 122 15 30 112 64
Binary 11011111 1110000 101000 0 110010 1010010 1101 11000 1001010 110100

Color Harmonies of #DF7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7028

Black with #DF7028

Text Example


Text Example

White with #DF7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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