Html Css Color HEX #D8900F Gamboge

📋 copy color: '#D8900F'

red 216 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #D8900F

Tints of Gamboge #D8900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 57.6%
G = 38.4%
B = 4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8900F (or 0xD8900F) is known color: Gamboge. HEX triplet: D8, 90 and 0F. RGB value is (216,144,15). Sum of RGB (Red+Green+Blue) = 216+144+15=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8900F is #276FF0. Grayscale: #979797. Windows color (decimal): -2584561 or 1020120. OLE color: 1020120.

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

Color convert

RGB 216 144 15 -
CMYK 0 0.33 0.93 0.15
HSL 38.51º 0.87% 0.45% -
HSV(B) 38.51º 0.93% 0.85% -
XYZ 38.38 34.58 5.1 -
YUV 150.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 216 144 15 0 0.33 0.93 0.15 38.51 0.87 0.45
Hex D8 90 F 0 21 5D F 27 57 2D
Octal 330 220 17 0 41 135 17 47 127 55
Binary 11011000 10010000 1111 0 100001 1011101 1111 100111 1010111 101101

Color Harmonies of #D8900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8900F

Black with #D8900F

Text Example


Text Example

White with #D8900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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