Html Css Color HEX #D26728 Gold Drop

📋 copy color: '#D26728'

red 210 ◦ green 103 ◦ blue 40

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

Shades of Gold Drop #D26728

Tints of Gold Drop #D26728

RGB

 RED value IS 210 (82.42% from 255) = 59.49%

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 59.49%
G = 29.18%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D26728 (or 0xD26728) is known color: Gold Drop. HEX triplet: D2, 67 and 28. RGB value is (210,103,40). Sum of RGB (Red+Green+Blue) = 210+103+40=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D26728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26728 is #2D98D7. Grayscale: #808080. Windows color (decimal): -2988248 or 2648018. OLE color: 2648018.

HSL color Cylindrical-coordinate representation of color #D26728: hue angle of 22.24º 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 #D26728 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 40 -
CMYK 0 0.51 0.81 0.18
HSL 22.24º 0.68% 0.49% -
HSV(B) 22.24º 0.81% 0.82% -
XYZ 31.81 23.56 4.88 -
YUV 127.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 210 103 40 0 0.51 0.81 0.18 22.24 0.68 0.49
Hex D2 67 28 0 33 51 12 16 44 31
Octal 322 147 50 0 63 121 22 26 104 61
Binary 11010010 1100111 101000 0 110011 1010001 10010 10110 1000100 110001

Color Harmonies of #D26728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26728

Black with #D26728

Text Example


Text Example

White with #D26728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26728; }

 p { color: rgb(210,103,40); }

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

background-color css

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

 a { background-color: rgb(210,103,40); }

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

border-color css

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

 span { border-color: rgb(210,103,40); }

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