Html Css Color HEX #D28811 Gamboge

📋 copy color: '#D28811'

red 210 ◦ green 136 ◦ blue 17

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

Shades of Gamboge #D28811

Tints of Gamboge #D28811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 57.85%
G = 37.47%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28811 (or 0xD28811) is known color: Gamboge. HEX triplet: D2, 88 and 11. RGB value is (210,136,17). Sum of RGB (Red+Green+Blue) = 210+136+17=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28811 is #2D77EE. Grayscale: #919191. Windows color (decimal): -2979823 or 1149138. OLE color: 1149138.

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

Color convert

RGB 210 136 17 -
CMYK 0 0.35 0.92 0.18
HSL 36.99º 0.85% 0.45% -
HSV(B) 36.99º 0.92% 0.82% -
XYZ 35.48 31.35 4.71 -
YUV 144.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 210 136 17 0 0.35 0.92 0.18 36.99 0.85 0.45
Hex D2 88 11 0 23 5C 12 25 55 2D
Octal 322 210 21 0 43 134 22 45 125 55
Binary 11010010 10001000 10001 0 100011 1011100 10010 100101 1010101 101101

Color Harmonies of #D28811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28811

Black with #D28811

Text Example


Text Example

White with #D28811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28811; }

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

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

background-color css

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

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

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

border-color css

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

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

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