Html Css Color HEX #DF7428 Tahiti Gold

📋 copy color: '#DF7428'

red 223 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #DF7428

Tints of Tahiti Gold #DF7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 58.84%
G = 30.61%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF7428 (or 0xDF7428) is known color: Tahiti Gold. HEX triplet: DF, 74 and 28. RGB value is (223,116,40). Sum of RGB (Red+Green+Blue) = 223+116+40=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7428 is #208BD7. Grayscale: #8B8B8B. Windows color (decimal): -2132952 or 2651359. OLE color: 2651359.

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

Color convert

RGB 223 116 40 -
CMYK 0 0.48 0.82 0.13
HSL 24.92º 0.74% 0.52% -
HSV(B) 24.92º 0.82% 0.87% -
XYZ 37.06 28.33 5.52 -
YUV 139.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 223 116 40 0 0.48 0.82 0.13 24.92 0.74 0.52
Hex DF 74 28 0 30 52 D 19 4A 34
Octal 337 164 50 0 60 122 15 31 112 64
Binary 11011111 1110100 101000 0 110000 1010010 1101 11001 1001010 110100

Color Harmonies of #DF7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7428

Black with #DF7428

Text Example


Text Example

White with #DF7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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