Html Css Color HEX #D8920B Gamboge

📋 copy color: '#D8920B'

red 216 ◦ green 146 ◦ blue 11

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

Shades of Gamboge #D8920B

Tints of Gamboge #D8920B

RGB

 RED value IS 216 (84.77% from 255) = 57.91%

 GREEN value IS 146 (57.42% from 255) = 39.14%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 57.91%
G = 39.14%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8920B (or 0xD8920B) is known color: Gamboge. HEX triplet: D8, 92 and 0B. RGB value is (216,146,11). Sum of RGB (Red+Green+Blue) = 216+146+11=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8920B is #276DF4. Grayscale: #989898. Windows color (decimal): -2584053 or 758488. OLE color: 758488.

HSL color Cylindrical-coordinate representation of color #D8920B: hue angle of 39.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8920B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 11 -
CMYK 0 0.32 0.95 0.15
HSL 39.51º 0.9% 0.45% -
HSV(B) 39.51º 0.95% 0.85% -
XYZ 38.66 35.18 5.07 -
YUV 151.54 48.69 173.98 -
System Red Green Blue C M Y K H S L
Decimal 216 146 11 0 0.32 0.95 0.15 39.51 0.9 0.45
Hex D8 92 B 0 20 5F F 28 5A 2D
Octal 330 222 13 0 40 137 17 50 132 55
Binary 11011000 10010010 1011 0 100000 1011111 1111 101000 1011010 101101

Color Harmonies of #D8920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8920B

Black with #D8920B

Text Example


Text Example

White with #D8920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8920B; }

 p { color: rgb(216,146,11); }

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

background-color css

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

 a { background-color: rgb(216,146,11); }

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

border-color css

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

 span { border-color: rgb(216,146,11); }

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