Html Css Color HEX #DF741B Tahiti Gold

📋 copy color: '#DF741B'

red 223 ◦ green 116 ◦ blue 27

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

Shades of Tahiti Gold #DF741B

Tints of Tahiti Gold #DF741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 60.93%
G = 31.69%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF741B (or 0xDF741B) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1B. RGB value is (223,116,27). Sum of RGB (Red+Green+Blue) = 223+116+27=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741B is #208BE4. Grayscale: #8A8A8A. Windows color (decimal): -2132965 or 1799391. OLE color: 1799391.

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

Color convert

RGB 223 116 27 -
CMYK 0 0.48 0.88 0.13
HSL 27.24º 0.78% 0.49% -
HSV(B) 27.24º 0.88% 0.87% -
XYZ 36.87 28.26 4.55 -
YUV 137.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 223 116 27 0 0.48 0.88 0.13 27.24 0.78 0.49
Hex DF 74 1B 0 30 58 D 1B 4E 31
Octal 337 164 33 0 60 130 15 33 116 61
Binary 11011111 1110100 11011 0 110000 1011000 1101 11011 1001110 110001

Color Harmonies of #DF741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF741B

Black with #DF741B

Text Example


Text Example

White with #DF741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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