Html Css Color HEX #DB722A Tahiti Gold

📋 copy color: '#DB722A'

red 219 ◦ green 114 ◦ blue 42

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

Shades of Tahiti Gold #DB722A

Tints of Tahiti Gold #DB722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 58.4%
G = 30.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB722A (or 0xDB722A) is known color: Tahiti Gold. HEX triplet: DB, 72 and 2A. RGB value is (219,114,42). Sum of RGB (Red+Green+Blue) = 219+114+42=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB722A is #248DD5. Grayscale: #898989. Windows color (decimal): -2395606 or 2781915. OLE color: 2781915.

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

Color convert

RGB 219 114 42 -
CMYK 0 0.48 0.81 0.14
HSL 24.41º 0.71% 0.51% -
HSV(B) 24.41º 0.81% 0.86% -
XYZ 35.65 27.26 5.57 -
YUV 137.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 219 114 42 0 0.48 0.81 0.14 24.41 0.71 0.51
Hex DB 72 2A 0 30 51 E 18 47 33
Octal 333 162 52 0 60 121 16 30 107 63
Binary 11011011 1110010 101010 0 110000 1010001 1110 11000 1000111 110011

Color Harmonies of #DB722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB722A

Black with #DB722A

Text Example


Text Example

White with #DB722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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