Html Css Color HEX #DD712B Tahiti Gold

📋 copy color: '#DD712B'

red 221 ◦ green 113 ◦ blue 43

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

Shades of Tahiti Gold #DD712B

Tints of Tahiti Gold #DD712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 58.62%
G = 29.97%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD712B (or 0xDD712B) is known color: Tahiti Gold. HEX triplet: DD, 71 and 2B. RGB value is (221,113,43). Sum of RGB (Red+Green+Blue) = 221+113+43=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD712B is #228ED4. Grayscale: #898989. Windows color (decimal): -2264789 or 2847197. OLE color: 2847197.

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

Color convert

RGB 221 113 43 -
CMYK 0 0.49 0.81 0.13
HSL 23.6º 0.72% 0.52% -
HSV(B) 23.6º 0.81% 0.87% -
XYZ 36.16 27.36 5.66 -
YUV 137.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 221 113 43 0 0.49 0.81 0.13 23.6 0.72 0.52
Hex DD 71 2B 0 31 51 D 18 48 34
Octal 335 161 53 0 61 121 15 30 110 64
Binary 11011101 1110001 101011 0 110001 1010001 1101 11000 1001000 110100

Color Harmonies of #DD712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD712B

Black with #DD712B

Text Example


Text Example

White with #DD712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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