Html Css Color HEX #DD742C Tahiti Gold

📋 copy color: '#DD742C'

red 221 ◦ green 116 ◦ blue 44

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

Shades of Tahiti Gold #DD742C

Tints of Tahiti Gold #DD742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 58.01%
G = 30.45%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD742C (or 0xDD742C) is known color: Tahiti Gold. HEX triplet: DD, 74 and 2C. RGB value is (221,116,44). Sum of RGB (Red+Green+Blue) = 221+116+44=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD742C is #228BD3. Grayscale: #8B8B8B. Windows color (decimal): -2264020 or 2913501. OLE color: 2913501.

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

Color convert

RGB 221 116 44 -
CMYK 0 0.48 0.80 0.13
HSL 24.41º 0.72% 0.52% -
HSV(B) 24.41º 0.8% 0.87% -
XYZ 36.52 28.04 5.87 -
YUV 139.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 221 116 44 0 0.48 0.80 0.13 24.41 0.72 0.52
Hex DD 74 2C 0 30 50 D 18 48 34
Octal 335 164 54 0 60 120 15 30 110 64
Binary 11011101 1110100 101100 0 110000 1010000 1101 11000 1001000 110100

Color Harmonies of #DD742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD742C

Black with #DD742C

Text Example


Text Example

White with #DD742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD742C; }

 p { color: rgb(221,116,44); }

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

background-color css

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

 a { background-color: rgb(221,116,44); }

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

border-color css

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

 span { border-color: rgb(221,116,44); }

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