Html Css Color HEX #DD751F Tahiti Gold

📋 copy color: '#DD751F'

red 221 ◦ green 117 ◦ blue 31

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

Shades of Tahiti Gold #DD751F

Tints of Tahiti Gold #DD751F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 59.89%
G = 31.71%
B = 8.4%

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

#DD751F (or 0xDD751F) is known color: Tahiti Gold. HEX triplet: DD, 75 and 1F. RGB value is (221,117,31). Sum of RGB (Red+Green+Blue) = 221+117+31=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD751F is #228AE0. Grayscale: #8A8A8A. Windows color (decimal): -2263777 or 2061789. OLE color: 2061789.

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

Color convert

RGB 221 117 31 -
CMYK 0 0.47 0.86 0.13
HSL 27.16º 0.75% 0.49% -
HSV(B) 27.16º 0.86% 0.87% -
XYZ 36.43 28.19 4.82 -
YUV 138.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 221 117 31 0 0.47 0.86 0.13 27.16 0.75 0.49
Hex DD 75 1F 0 2F 56 D 1B 4B 31
Octal 335 165 37 0 57 126 15 33 113 61
Binary 11011101 1110101 11111 0 101111 1010110 1101 11011 1001011 110001

Color Harmonies of #DD751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD751F

Black with #DD751F

Text Example


Text Example

White with #DD751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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