Html Css Color HEX #D28C11 Gamboge

📋 copy color: '#D28C11'

red 210 ◦ green 140 ◦ blue 17

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

Shades of Gamboge #D28C11

Tints of Gamboge #D28C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

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

R = 57.22%
G = 38.15%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28C11 (or 0xD28C11) is known color: Gamboge. HEX triplet: D2, 8C and 11. RGB value is (210,140,17). Sum of RGB (Red+Green+Blue) = 210+140+17=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C11 is #2D73EE. Grayscale: #939393. Windows color (decimal): -2978799 or 1150162. OLE color: 1150162.

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

Color convert

RGB 210 140 17 -
CMYK 0 0.33 0.92 0.18
HSL 38.24º 0.85% 0.45% -
HSV(B) 38.24º 0.92% 0.82% -
XYZ 36.06 32.5 4.9 -
YUV 146.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 210 140 17 0 0.33 0.92 0.18 38.24 0.85 0.45
Hex D2 8C 11 0 21 5C 12 26 55 2D
Octal 322 214 21 0 41 134 22 46 125 55
Binary 11010010 10001100 10001 0 100001 1011100 10010 100110 1010101 101101

Color Harmonies of #D28C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C11

Black with #D28C11

Text Example


Text Example

White with #D28C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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