Html Css Color HEX #DD7B2A Tahiti Gold

📋 copy color: '#DD7B2A'

red 221 ◦ green 123 ◦ blue 42

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

Shades of Tahiti Gold #DD7B2A

Tints of Tahiti Gold #DD7B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 57.25%
G = 31.87%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD7B2A (or 0xDD7B2A) is known color: Tahiti Gold. HEX triplet: DD, 7B and 2A. RGB value is (221,123,42). Sum of RGB (Red+Green+Blue) = 221+123+42=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B2A is #2284D5. Grayscale: #8F8F8F. Windows color (decimal): -2262230 or 2784221. OLE color: 2784221.

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

Color convert

RGB 221 123 42 -
CMYK 0 0.44 0.81 0.13
HSL 27.15º 0.72% 0.52% -
HSV(B) 27.15º 0.81% 0.87% -
XYZ 37.32 29.71 5.96 -
YUV 143.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 221 123 42 0 0.44 0.81 0.13 27.15 0.72 0.52
Hex DD 7B 2A 0 2C 51 D 1B 48 34
Octal 335 173 52 0 54 121 15 33 110 64
Binary 11011101 1111011 101010 0 101100 1010001 1101 11011 1001000 110100

Color Harmonies of #DD7B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B2A

Black with #DD7B2A

Text Example


Text Example

White with #DD7B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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