Html Css Color HEX #DC7D21 Tahiti Gold

📋 copy color: '#DC7D21'

red 220 ◦ green 125 ◦ blue 33

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

Shades of Tahiti Gold #DC7D21

Tints of Tahiti Gold #DC7D21

RGB

 RED value IS 220 (86.33% from 255) = 58.2%

 GREEN value IS 125 (49.22% from 255) = 33.07%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 58.2%
G = 33.07%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7D21 (or 0xDC7D21) is known color: Tahiti Gold. HEX triplet: DC, 7D and 21. RGB value is (220,125,33). Sum of RGB (Red+Green+Blue) = 220+125+33=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D21 is #2382DE. Grayscale: #8F8F8F. Windows color (decimal): -2327263 or 2194908. OLE color: 2194908.

HSL color Cylindrical-coordinate representation of color #DC7D21: hue angle of 29.52º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7D21 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 33 -
CMYK 0 0.43 0.85 0.14
HSL 29.52º 0.74% 0.5% -
HSV(B) 29.52º 0.85% 0.86% -
XYZ 37.12 29.99 5.27 -
YUV 142.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 220 125 33 0 0.43 0.85 0.14 29.52 0.74 0.5
Hex DC 7D 21 0 2B 55 E 1E 4A 32
Octal 334 175 41 0 53 125 16 36 112 62
Binary 11011100 1111101 100001 0 101011 1010101 1110 11110 1001010 110010

Color Harmonies of #DC7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D21

Black with #DC7D21

Text Example


Text Example

White with #DC7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D21; }

 p { color: rgb(220,125,33); }

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

background-color css

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

 a { background-color: rgb(220,125,33); }

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

border-color css

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

 span { border-color: rgb(220,125,33); }

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