Html Css Color HEX #DD712A Tahiti Gold

📋 copy color: '#DD712A'

red 221 ◦ green 113 ◦ blue 42

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

Shades of Tahiti Gold #DD712A

Tints of Tahiti Gold #DD712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 58.78%
G = 30.05%
B = 11.17%

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

#DD712A (or 0xDD712A) is known color: Tahiti Gold. HEX triplet: DD, 71 and 2A. RGB value is (221,113,42). Sum of RGB (Red+Green+Blue) = 221+113+42=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD712A is #228ED5. Grayscale: #898989. Windows color (decimal): -2264790 or 2781661. OLE color: 2781661.

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

Color convert

RGB 221 113 42 -
CMYK 0 0.49 0.81 0.13
HSL 23.8º 0.72% 0.52% -
HSV(B) 23.8º 0.81% 0.87% -
XYZ 36.14 27.35 5.56 -
YUV 137.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 221 113 42 0 0.49 0.81 0.13 23.8 0.72 0.52
Hex DD 71 2A 0 31 51 D 18 48 34
Octal 335 161 52 0 61 121 15 30 110 64
Binary 11011101 1110001 101010 0 110001 1010001 1101 11000 1001000 110100

Color Harmonies of #DD712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD712A

Black with #DD712A

Text Example


Text Example

White with #DD712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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