Html Css Color HEX #DB722C Tahiti Gold

📋 copy color: '#DB722C'

red 219 ◦ green 114 ◦ blue 44

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

Shades of Tahiti Gold #DB722C

Tints of Tahiti Gold #DB722C

RGB

 RED value IS 219 (85.94% from 255) = 58.09%

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

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 58.09%
G = 30.24%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB722C (or 0xDB722C) is known color: Tahiti Gold. HEX triplet: DB, 72 and 2C. RGB value is (219,114,44). Sum of RGB (Red+Green+Blue) = 219+114+44=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB722C is #248DD3. Grayscale: #898989. Windows color (decimal): -2395604 or 2912987. OLE color: 2912987.

HSL color Cylindrical-coordinate representation of color #DB722C: hue angle of 24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB722C is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 44 -
CMYK 0 0.48 0.80 0.14
HSL 24º 0.71% 0.52% -
HSV(B) 24º 0.8% 0.86% -
XYZ 35.69 27.28 5.77 -
YUV 137.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 219 114 44 0 0.48 0.80 0.14 24 0.71 0.52
Hex DB 72 2C 0 30 50 E 18 47 34
Octal 333 162 54 0 60 120 16 30 107 64
Binary 11011011 1110010 101100 0 110000 1010000 1110 11000 1000111 110100

Color Harmonies of #DB722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB722C

Black with #DB722C

Text Example


Text Example

White with #DB722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB722C; }

 p { color: rgb(219,114,44); }

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

background-color css

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

 a { background-color: rgb(219,114,44); }

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

border-color css

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

 span { border-color: rgb(219,114,44); }

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