Html Css Color HEX #DD8125 Tahiti Gold

📋 copy color: '#DD8125'

red 221 ◦ green 129 ◦ blue 37

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

Shades of Tahiti Gold #DD8125

Tints of Tahiti Gold #DD8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 57.11%
G = 33.33%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8125 (or 0xDD8125) is known color: Tahiti Gold. HEX triplet: DD, 81 and 25. RGB value is (221,129,37). Sum of RGB (Red+Green+Blue) = 221+129+37=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8125 is #227EDA. Grayscale: #929292. Windows color (decimal): -2260699 or 2458077. OLE color: 2458077.

HSL color Cylindrical-coordinate representation of color #DD8125: hue angle of 30º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD8125 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 37 -
CMYK 0 0.42 0.83 0.13
HSL 30º 0.73% 0.51% -
HSV(B) 30º 0.83% 0.87% -
XYZ 38 31.21 5.77 -
YUV 146.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 221 129 37 0 0.42 0.83 0.13 30 0.73 0.51
Hex DD 81 25 0 2A 53 D 1E 49 33
Octal 335 201 45 0 52 123 15 36 111 63
Binary 11011101 10000001 100101 0 101010 1010011 1101 11110 1001001 110011

Color Harmonies of #DD8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8125

Black with #DD8125

Text Example


Text Example

White with #DD8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8125; }

 p { color: rgb(221,129,37); }

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

background-color css

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

 a { background-color: rgb(221,129,37); }

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

border-color css

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

 span { border-color: rgb(221,129,37); }

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