Html Css Color HEX #DD781E Tahiti Gold

📋 copy color: '#DD781E'

red 221 ◦ green 120 ◦ blue 30

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

Shades of Tahiti Gold #DD781E

Tints of Tahiti Gold #DD781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 59.57%
G = 32.35%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD781E (or 0xDD781E) is known color: Tahiti Gold. HEX triplet: DD, 78 and 1E. RGB value is (221,120,30). Sum of RGB (Red+Green+Blue) = 221+120+30=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD781E is #2287E1. Grayscale: #8C8C8C. Windows color (decimal): -2263010 or 1997021. OLE color: 1997021.

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

Color convert

RGB 221 120 30 -
CMYK 0 0.46 0.86 0.13
HSL 28.27º 0.76% 0.49% -
HSV(B) 28.27º 0.86% 0.87% -
XYZ 36.77 28.9 4.87 -
YUV 139.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 221 120 30 0 0.46 0.86 0.13 28.27 0.76 0.49
Hex DD 78 1E 0 2E 56 D 1C 4C 31
Octal 335 170 36 0 56 126 15 34 114 61
Binary 11011101 1111000 11110 0 101110 1010110 1101 11100 1001100 110001

Color Harmonies of #DD781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD781E

Black with #DD781E

Text Example


Text Example

White with #DD781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD781E; }

 p { color: rgb(221,120,30); }

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

background-color css

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

 a { background-color: rgb(221,120,30); }

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

border-color css

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

 span { border-color: rgb(221,120,30); }

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