Html Css Color HEX #DF7230 Tahiti Gold

📋 copy color: '#DF7230'

red 223 ◦ green 114 ◦ blue 48

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

Shades of Tahiti Gold #DF7230

Tints of Tahiti Gold #DF7230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 57.92%
G = 29.61%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7230 (or 0xDF7230) is known color: Tahiti Gold. HEX triplet: DF, 72 and 30. RGB value is (223,114,48). Sum of RGB (Red+Green+Blue) = 223+114+48=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7230 is #208DCF. Grayscale: #8B8B8B. Windows color (decimal): -2133456 or 3175135. OLE color: 3175135.

HSL color Cylindrical-coordinate representation of color #DF7230: hue angle of 22.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7230 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 48 -
CMYK 0 0.49 0.78 0.13
HSL 22.63º 0.73% 0.53% -
HSV(B) 22.63º 0.78% 0.87% -
XYZ 36.98 27.94 6.24 -
YUV 139.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 223 114 48 0 0.49 0.78 0.13 22.63 0.73 0.53
Hex DF 72 30 0 31 4E D 17 49 35
Octal 337 162 60 0 61 116 15 27 111 65
Binary 11011111 1110010 110000 0 110001 1001110 1101 10111 1001001 110101

Color Harmonies of #DF7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7230

Black with #DF7230

Text Example


Text Example

White with #DF7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7230; }

 p { color: rgb(223,114,48); }

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

background-color css

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

 a { background-color: rgb(223,114,48); }

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

border-color css

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

 span { border-color: rgb(223,114,48); }

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