Html Css Color HEX #DD751E Tahiti Gold

📋 copy color: '#DD751E'

red 221 ◦ green 117 ◦ blue 30

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

Shades of Tahiti Gold #DD751E

Tints of Tahiti Gold #DD751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 60.05%
G = 31.79%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD751E (or 0xDD751E) is known color: Tahiti Gold. HEX triplet: DD, 75 and 1E. RGB value is (221,117,30). Sum of RGB (Red+Green+Blue) = 221+117+30=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD751E is #228AE1. Grayscale: #8A8A8A. Windows color (decimal): -2263778 or 1996253. OLE color: 1996253.

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

Color convert

RGB 221 117 30 -
CMYK 0 0.47 0.86 0.13
HSL 27.33º 0.76% 0.49% -
HSV(B) 27.33º 0.86% 0.87% -
XYZ 36.41 28.19 4.75 -
YUV 138.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 221 117 30 0 0.47 0.86 0.13 27.33 0.76 0.49
Hex DD 75 1E 0 2F 56 D 1B 4C 31
Octal 335 165 36 0 57 126 15 33 114 61
Binary 11011101 1110101 11110 0 101111 1010110 1101 11011 1001100 110001

Color Harmonies of #DD751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD751E

Black with #DD751E

Text Example


Text Example

White with #DD751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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