Html Css Color HEX #D06928 Gold Drop

📋 copy color: '#D06928'

red 208 ◦ green 105 ◦ blue 40

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

Shades of Gold Drop #D06928

Tints of Gold Drop #D06928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 58.92%
G = 29.75%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06928 (or 0xD06928) is known color: Gold Drop. HEX triplet: D0, 69 and 28. RGB value is (208,105,40). Sum of RGB (Red+Green+Blue) = 208+105+40=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D06928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06928 is #2F96D7. Grayscale: #808080. Windows color (decimal): -3118808 or 2648528. OLE color: 2648528.

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

Color convert

RGB 208 105 40 -
CMYK 0 0.50 0.81 0.18
HSL 23.21º 0.68% 0.49% -
HSV(B) 23.21º 0.81% 0.82% -
XYZ 31.45 23.67 4.92 -
YUV 128.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 208 105 40 0 0.50 0.81 0.18 23.21 0.68 0.49
Hex D0 69 28 0 32 51 12 17 44 31
Octal 320 151 50 0 62 121 22 27 104 61
Binary 11010000 1101001 101000 0 110010 1010001 10010 10111 1000100 110001

Color Harmonies of #D06928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06928

Black with #D06928

Text Example


Text Example

White with #D06928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06928; }

 p { color: rgb(208,105,40); }

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

background-color css

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

 a { background-color: rgb(208,105,40); }

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

border-color css

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

 span { border-color: rgb(208,105,40); }

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