Html Css Color HEX #D06A2A Gold Drop

📋 copy color: '#D06A2A'

red 208 ◦ green 106 ◦ blue 42

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

Shades of Gold Drop #D06A2A

Tints of Gold Drop #D06A2A

RGB

 RED value IS 208 (81.64% from 255) = 58.43%

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 58.43%
G = 29.78%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D06A2A (or 0xD06A2A) is known color: Gold Drop. HEX triplet: D0, 6A and 2A. RGB value is (208,106,42). Sum of RGB (Red+Green+Blue) = 208+106+42=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A2A is #2F95D5. Grayscale: #818181. Windows color (decimal): -3118550 or 2779856. OLE color: 2779856.

HSL color Cylindrical-coordinate representation of color #D06A2A: hue angle of 23.13º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D06A2A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 42 -
CMYK 0 0.49 0.80 0.18
HSL 23.13º 0.66% 0.49% -
HSV(B) 23.13º 0.8% 0.82% -
XYZ 31.58 23.89 5.14 -
YUV 129.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 208 106 42 0 0.49 0.80 0.18 23.13 0.66 0.49
Hex D0 6A 2A 0 31 50 12 17 42 31
Octal 320 152 52 0 61 120 22 27 102 61
Binary 11010000 1101010 101010 0 110001 1010000 10010 10111 1000010 110001

Color Harmonies of #D06A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A2A

Black with #D06A2A

Text Example


Text Example

White with #D06A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A2A; }

 p { color: rgb(208,106,42); }

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

background-color css

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

 a { background-color: rgb(208,106,42); }

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

border-color css

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

 span { border-color: rgb(208,106,42); }

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