Html Css Color HEX #D8920F Gamboge

📋 copy color: '#D8920F'

red 216 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #D8920F

Tints of Gamboge #D8920F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 57.29%
G = 38.73%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8920F (or 0xD8920F) is known color: Gamboge. HEX triplet: D8, 92 and 0F. RGB value is (216,146,15). Sum of RGB (Red+Green+Blue) = 216+146+15=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8920F is #276DF0. Grayscale: #989898. Windows color (decimal): -2584049 or 1020632. OLE color: 1020632.

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

Color convert

RGB 216 146 15 -
CMYK 0 0.32 0.93 0.15
HSL 39.1º 0.87% 0.45% -
HSV(B) 39.1º 0.93% 0.85% -
XYZ 38.68 35.19 5.21 -
YUV 152 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 216 146 15 0 0.32 0.93 0.15 39.1 0.87 0.45
Hex D8 92 F 0 20 5D F 27 57 2D
Octal 330 222 17 0 40 135 17 47 127 55
Binary 11011000 10010010 1111 0 100000 1011101 1111 100111 1010111 101101

Color Harmonies of #D8920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8920F

Black with #D8920F

Text Example


Text Example

White with #D8920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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