Html Css Color HEX #D5930D Gamboge

📋 copy color: '#D5930D'

red 213 ◦ green 147 ◦ blue 13

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

Shades of Gamboge #D5930D

Tints of Gamboge #D5930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 57.1%
G = 39.41%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5930D (or 0xD5930D) is known color: Gamboge. HEX triplet: D5, 93 and 0D. RGB value is (213,147,13). Sum of RGB (Red+Green+Blue) = 213+147+13=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5930D is #2A6CF2. Grayscale: #989898. Windows color (decimal): -2780403 or 889813. OLE color: 889813.

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

Color convert

RGB 213 147 13 -
CMYK 0 0.31 0.94 0.16
HSL 40.2º 0.88% 0.44% -
HSV(B) 40.2º 0.94% 0.84% -
XYZ 37.95 35.04 5.14 -
YUV 151.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 213 147 13 0 0.31 0.94 0.16 40.2 0.88 0.44
Hex D5 93 D 0 1F 5E 10 28 58 2C
Octal 325 223 15 0 37 136 20 50 130 54
Binary 11010101 10010011 1101 0 11111 1011110 10000 101000 1011000 101100

Color Harmonies of #D5930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5930D

Black with #D5930D

Text Example


Text Example

White with #D5930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5930D; }

 p { color: rgb(213,147,13); }

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

background-color css

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

 a { background-color: rgb(213,147,13); }

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

border-color css

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

 span { border-color: rgb(213,147,13); }

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