Html Css Color HEX #DD6E23 Tahiti Gold

📋 copy color: '#DD6E23'

red 221 ◦ green 110 ◦ blue 35

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

Shades of Tahiti Gold #DD6E23

Tints of Tahiti Gold #DD6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 35 (14.06% from 255) = 9.56%

R = 60.38%
G = 30.05%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6E23 (or 0xDD6E23) is known color: Tahiti Gold. HEX triplet: DD, 6E and 23. RGB value is (221,110,35). Sum of RGB (Red+Green+Blue) = 221+110+35=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E23 is #2291DC. Grayscale: #878787. Windows color (decimal): -2265565 or 2322141. OLE color: 2322141.

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

Color convert

RGB 221 110 35 -
CMYK 0 0.50 0.84 0.13
HSL 24.19º 0.73% 0.5% -
HSV(B) 24.19º 0.84% 0.87% -
XYZ 35.7 26.65 4.85 -
YUV 134.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 221 110 35 0 0.50 0.84 0.13 24.19 0.73 0.5
Hex DD 6E 23 0 32 54 D 18 49 32
Octal 335 156 43 0 62 124 15 30 111 62
Binary 11011101 1101110 100011 0 110010 1010100 1101 11000 1001001 110010

Color Harmonies of #DD6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E23

Black with #DD6E23

Text Example


Text Example

White with #DD6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E23; }

 p { color: rgb(221,110,35); }

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

background-color css

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

 a { background-color: rgb(221,110,35); }

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

border-color css

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

 span { border-color: rgb(221,110,35); }

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