Html Css Color HEX #DD702B Tahiti Gold

📋 copy color: '#DD702B'

red 221 ◦ green 112 ◦ blue 43

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

Shades of Tahiti Gold #DD702B

Tints of Tahiti Gold #DD702B

RGB

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

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

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

R = 58.78%
G = 29.79%
B = 11.44%

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

#DD702B (or 0xDD702B) is known color: Tahiti Gold. HEX triplet: DD, 70 and 2B. RGB value is (221,112,43). Sum of RGB (Red+Green+Blue) = 221+112+43=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD702B is #228FD4. Grayscale: #898989. Windows color (decimal): -2265045 or 2846941. OLE color: 2846941.

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

Color convert

RGB 221 112 43 -
CMYK 0 0.49 0.81 0.13
HSL 23.26º 0.72% 0.52% -
HSV(B) 23.26º 0.81% 0.87% -
XYZ 36.05 27.13 5.62 -
YUV 136.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 221 112 43 0 0.49 0.81 0.13 23.26 0.72 0.52
Hex DD 70 2B 0 31 51 D 17 48 34
Octal 335 160 53 0 61 121 15 27 110 64
Binary 11011101 1110000 101011 0 110001 1010001 1101 10111 1001000 110100

Color Harmonies of #DD702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD702B

Black with #DD702B

Text Example


Text Example

White with #DD702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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