Html Css Color HEX #DD721C Tahiti Gold

📋 copy color: '#DD721C'

red 221 ◦ green 114 ◦ blue 28

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

Shades of Tahiti Gold #DD721C

Tints of Tahiti Gold #DD721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 60.88%
G = 31.4%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD721C (or 0xDD721C) is known color: Tahiti Gold. HEX triplet: DD, 72 and 1C. RGB value is (221,114,28). Sum of RGB (Red+Green+Blue) = 221+114+28=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD721C is #228DE3. Grayscale: #888888. Windows color (decimal): -2264548 or 1864413. OLE color: 1864413.

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

Color convert

RGB 221 114 28 -
CMYK 0 0.48 0.87 0.13
HSL 26.74º 0.78% 0.49% -
HSV(B) 26.74º 0.87% 0.87% -
XYZ 36.05 27.49 4.51 -
YUV 136.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 221 114 28 0 0.48 0.87 0.13 26.74 0.78 0.49
Hex DD 72 1C 0 30 57 D 1B 4E 31
Octal 335 162 34 0 60 127 15 33 116 61
Binary 11011101 1110010 11100 0 110000 1010111 1101 11011 1001110 110001

Color Harmonies of #DD721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD721C

Black with #DD721C

Text Example


Text Example

White with #DD721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD721C; }

 p { color: rgb(221,114,28); }

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

background-color css

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

 a { background-color: rgb(221,114,28); }

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

border-color css

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

 span { border-color: rgb(221,114,28); }

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