Html Css Color HEX #DD7023 Tahiti Gold

📋 copy color: '#DD7023'

red 221 ◦ green 112 ◦ blue 35

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

Shades of Tahiti Gold #DD7023

Tints of Tahiti Gold #DD7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

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

R = 60.05%
G = 30.43%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7023 (or 0xDD7023) is known color: Tahiti Gold. HEX triplet: DD, 70 and 23. RGB value is (221,112,35). Sum of RGB (Red+Green+Blue) = 221+112+35=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7023 is #228FDC. Grayscale: #888888. Windows color (decimal): -2265053 or 2322653. OLE color: 2322653.

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

Color convert

RGB 221 112 35 -
CMYK 0 0.49 0.84 0.13
HSL 24.84º 0.73% 0.5% -
HSV(B) 24.84º 0.84% 0.87% -
XYZ 35.92 27.08 4.92 -
YUV 135.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 221 112 35 0 0.49 0.84 0.13 24.84 0.73 0.5
Hex DD 70 23 0 31 54 D 19 49 32
Octal 335 160 43 0 61 124 15 31 111 62
Binary 11011101 1110000 100011 0 110001 1010100 1101 11001 1001001 110010

Color Harmonies of #DD7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7023

Black with #DD7023

Text Example


Text Example

White with #DD7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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