Html Css Color HEX #DD712F Tahiti Gold

📋 copy color: '#DD712F'

red 221 ◦ green 113 ◦ blue 47

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

Shades of Tahiti Gold #DD712F

Tints of Tahiti Gold #DD712F

RGB

 RED value IS 221 (86.72% from 255) = 58.01%

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 58.01%
G = 29.66%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD712F (or 0xDD712F) is known color: Tahiti Gold. HEX triplet: DD, 71 and 2F. RGB value is (221,113,47). Sum of RGB (Red+Green+Blue) = 221+113+47=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD712F is #228ED0. Grayscale: #8A8A8A. Windows color (decimal): -2264785 or 3109341. OLE color: 3109341.

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

Color convert

RGB 221 113 47 -
CMYK 0 0.49 0.79 0.13
HSL 22.76º 0.72% 0.53% -
HSV(B) 22.76º 0.79% 0.87% -
XYZ 36.24 27.39 6.07 -
YUV 137.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 221 113 47 0 0.49 0.79 0.13 22.76 0.72 0.53
Hex DD 71 2F 0 31 4F D 17 48 35
Octal 335 161 57 0 61 117 15 27 110 65
Binary 11011101 1110001 101111 0 110001 1001111 1101 10111 1001000 110101

Color Harmonies of #DD712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD712F

Black with #DD712F

Text Example


Text Example

White with #DD712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD712F; }

 p { color: rgb(221,113,47); }

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

background-color css

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

 a { background-color: rgb(221,113,47); }

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

border-color css

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

 span { border-color: rgb(221,113,47); }

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