Html Css Color HEX #DD781A Tahiti Gold

📋 copy color: '#DD781A'

red 221 ◦ green 120 ◦ blue 26

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

Shades of Tahiti Gold #DD781A

Tints of Tahiti Gold #DD781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 60.22%
G = 32.7%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD781A (or 0xDD781A) is known color: Tahiti Gold. HEX triplet: DD, 78 and 1A. RGB value is (221,120,26). Sum of RGB (Red+Green+Blue) = 221+120+26=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD781A is #2287E5. Grayscale: #8B8B8B. Windows color (decimal): -2263014 or 1734877. OLE color: 1734877.

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

Color convert

RGB 221 120 26 -
CMYK 0 0.46 0.88 0.13
HSL 28.92º 0.79% 0.48% -
HSV(B) 28.92º 0.88% 0.87% -
XYZ 36.72 28.88 4.62 -
YUV 139.48 63.96 186.14 -
System Red Green Blue C M Y K H S L
Decimal 221 120 26 0 0.46 0.88 0.13 28.92 0.79 0.48
Hex DD 78 1A 0 2E 58 D 1D 4F 30
Octal 335 170 32 0 56 130 15 35 117 60
Binary 11011101 1111000 11010 0 101110 1011000 1101 11101 1001111 110000

Color Harmonies of #DD781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD781A

Black with #DD781A

Text Example


Text Example

White with #DD781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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