Html Css Color HEX #DD702E Tahiti Gold

📋 copy color: '#DD702E'

red 221 ◦ green 112 ◦ blue 46

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

Shades of Tahiti Gold #DD702E

Tints of Tahiti Gold #DD702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 58.31%
G = 29.55%
B = 12.14%

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

#DD702E (or 0xDD702E) is known color: Tahiti Gold. HEX triplet: DD, 70 and 2E. RGB value is (221,112,46). Sum of RGB (Red+Green+Blue) = 221+112+46=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD702E is #228FD1. Grayscale: #898989. Windows color (decimal): -2265042 or 3043549. OLE color: 3043549.

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

Color convert

RGB 221 112 46 -
CMYK 0 0.49 0.79 0.13
HSL 22.63º 0.72% 0.52% -
HSV(B) 22.63º 0.79% 0.87% -
XYZ 36.11 27.16 5.92 -
YUV 137.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 221 112 46 0 0.49 0.79 0.13 22.63 0.72 0.52
Hex DD 70 2E 0 31 4F D 17 48 34
Octal 335 160 56 0 61 117 15 27 110 64
Binary 11011101 1110000 101110 0 110001 1001111 1101 10111 1001000 110100

Color Harmonies of #DD702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD702E

Black with #DD702E

Text Example


Text Example

White with #DD702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD702E; }

 p { color: rgb(221,112,46); }

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

background-color css

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

 a { background-color: rgb(221,112,46); }

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

border-color css

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

 span { border-color: rgb(221,112,46); }

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