Html Css Color HEX #DD7228 Tahiti Gold

📋 copy color: '#DD7228'

red 221 ◦ green 114 ◦ blue 40

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

Shades of Tahiti Gold #DD7228

Tints of Tahiti Gold #DD7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 58.93%
G = 30.4%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7228 (or 0xDD7228) is known color: Tahiti Gold. HEX triplet: DD, 72 and 28. RGB value is (221,114,40). Sum of RGB (Red+Green+Blue) = 221+114+40=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7228 is #228DD7. Grayscale: #898989. Windows color (decimal): -2264536 or 2650845. OLE color: 2650845.

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

Color convert

RGB 221 114 40 -
CMYK 0 0.48 0.82 0.13
HSL 24.53º 0.73% 0.51% -
HSV(B) 24.53º 0.82% 0.87% -
XYZ 36.22 27.56 5.42 -
YUV 137.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 221 114 40 0 0.48 0.82 0.13 24.53 0.73 0.51
Hex DD 72 28 0 30 52 D 19 49 33
Octal 335 162 50 0 60 122 15 31 111 63
Binary 11011101 1110010 101000 0 110000 1010010 1101 11001 1001001 110011

Color Harmonies of #DD7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7228

Black with #DD7228

Text Example


Text Example

White with #DD7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7228; }

 p { color: rgb(221,114,40); }

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

background-color css

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

 a { background-color: rgb(221,114,40); }

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

border-color css

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

 span { border-color: rgb(221,114,40); }

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