Html Css Color HEX #D28B11 Gamboge

📋 copy color: '#D28B11'

red 210 ◦ green 139 ◦ blue 17

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

Shades of Gamboge #D28B11

Tints of Gamboge #D28B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 17 (7.03% from 255) = 4.64%

R = 57.38%
G = 37.98%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28B11 (or 0xD28B11) is known color: Gamboge. HEX triplet: D2, 8B and 11. RGB value is (210,139,17). Sum of RGB (Red+Green+Blue) = 210+139+17=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28B11 is #2D74EE. Grayscale: #929292. Windows color (decimal): -2979055 or 1149906. OLE color: 1149906.

HSL color Cylindrical-coordinate representation of color #D28B11: hue angle of 37.93º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D28B11 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 139 17 -
CMYK 0 0.34 0.92 0.18
HSL 37.93º 0.85% 0.45% -
HSV(B) 37.93º 0.92% 0.82% -
XYZ 35.91 32.21 4.85 -
YUV 146.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 210 139 17 0 0.34 0.92 0.18 37.93 0.85 0.45
Hex D2 8B 11 0 22 5C 12 26 55 2D
Octal 322 213 21 0 42 134 22 46 125 55
Binary 11010010 10001011 10001 0 100010 1011100 10010 100110 1010101 101101

Color Harmonies of #D28B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28B11

Black with #D28B11

Text Example


Text Example

White with #D28B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28B11; }

 p { color: rgb(210,139,17); }

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

background-color css

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

 a { background-color: rgb(210,139,17); }

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

border-color css

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

 span { border-color: rgb(210,139,17); }

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