Html Css Color HEX #D5920F Gamboge

📋 copy color: '#D5920F'

red 213 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #D5920F

Tints of Gamboge #D5920F

RGB

 RED value IS 213 (83.59% from 255) = 56.95%

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

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

R = 56.95%
G = 39.04%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5920F (or 0xD5920F) is known color: Gamboge. HEX triplet: D5, 92 and 0F. RGB value is (213,146,15). Sum of RGB (Red+Green+Blue) = 213+146+15=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5920F is #2A6DF0. Grayscale: #979797. Windows color (decimal): -2780657 or 1020629. OLE color: 1020629.

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

Color convert

RGB 213 146 15 -
CMYK 0 0.31 0.93 0.16
HSL 39.7º 0.87% 0.45% -
HSV(B) 39.7º 0.93% 0.84% -
XYZ 37.81 34.74 5.16 -
YUV 151.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 213 146 15 0 0.31 0.93 0.16 39.7 0.87 0.45
Hex D5 92 F 0 1F 5D 10 28 57 2D
Octal 325 222 17 0 37 135 20 50 127 55
Binary 11010101 10010010 1111 0 11111 1011101 10000 101000 1010111 101101

Color Harmonies of #D5920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5920F

Black with #D5920F

Text Example


Text Example

White with #D5920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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