Html Css Color HEX #DD8023 Tahiti Gold

📋 copy color: '#DD8023'

red 221 ◦ green 128 ◦ blue 35

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

Shades of Tahiti Gold #DD8023

Tints of Tahiti Gold #DD8023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

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

R = 57.55%
G = 33.33%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD8023 (or 0xDD8023) is known color: Tahiti Gold. HEX triplet: DD, 80 and 23. RGB value is (221,128,35). Sum of RGB (Red+Green+Blue) = 221+128+35=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8023 is #227FDC. Grayscale: #919191. Windows color (decimal): -2260957 or 2326749. OLE color: 2326749.

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

Color convert

RGB 221 128 35 -
CMYK 0 0.42 0.84 0.13
HSL 30º 0.73% 0.5% -
HSV(B) 30º 0.84% 0.87% -
XYZ 37.84 30.93 5.57 -
YUV 145.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 221 128 35 0 0.42 0.84 0.13 30 0.73 0.5
Hex DD 80 23 0 2A 54 D 1E 49 32
Octal 335 200 43 0 52 124 15 36 111 62
Binary 11011101 10000000 100011 0 101010 1010100 1101 11110 1001001 110010

Color Harmonies of #DD8023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8023

Black with #DD8023

Text Example


Text Example

White with #DD8023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8023; }

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

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

background-color css

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

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

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

border-color css

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

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

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