Html Css Color HEX #DD7B1F Tahiti Gold

📋 copy color: '#DD7B1F'

red 221 ◦ green 123 ◦ blue 31

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

Shades of Tahiti Gold #DD7B1F

Tints of Tahiti Gold #DD7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 58.93%
G = 32.8%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7B1F (or 0xDD7B1F) is known color: Tahiti Gold. HEX triplet: DD, 7B and 1F. RGB value is (221,123,31). Sum of RGB (Red+Green+Blue) = 221+123+31=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B1F is #2284E0. Grayscale: #8E8E8E. Windows color (decimal): -2262241 or 2063325. OLE color: 2063325.

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

Color convert

RGB 221 123 31 -
CMYK 0 0.44 0.86 0.13
HSL 29.05º 0.75% 0.49% -
HSV(B) 29.05º 0.86% 0.87% -
XYZ 37.15 29.64 5.06 -
YUV 141.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 221 123 31 0 0.44 0.86 0.13 29.05 0.75 0.49
Hex DD 7B 1F 0 2C 56 D 1D 4B 31
Octal 335 173 37 0 54 126 15 35 113 61
Binary 11011101 1111011 11111 0 101100 1010110 1101 11101 1001011 110001

Color Harmonies of #DD7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B1F

Black with #DD7B1F

Text Example


Text Example

White with #DD7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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