Html Css Color HEX #D5930C Gamboge

📋 copy color: '#D5930C'

red 213 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #D5930C

Tints of Gamboge #D5930C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 57.26%
G = 39.52%
B = 3.23%

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

#D5930C (or 0xD5930C) is known color: Gamboge. HEX triplet: D5, 93 and 0C. RGB value is (213,147,12). Sum of RGB (Red+Green+Blue) = 213+147+12=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5930C is #2A6CF3. Grayscale: #979797. Windows color (decimal): -2780404 or 824277. OLE color: 824277.

HSL color Cylindrical-coordinate representation of color #D5930C: hue angle of 40.3º degrees, saturation: 0.89, 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 #D5930C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 12 -
CMYK 0 0.31 0.94 0.16
HSL 40.3º 0.89% 0.44% -
HSV(B) 40.3º 0.94% 0.84% -
XYZ 37.94 35.04 5.11 -
YUV 151.34 49.37 171.98 -
System Red Green Blue C M Y K H S L
Decimal 213 147 12 0 0.31 0.94 0.16 40.3 0.89 0.44
Hex D5 93 C 0 1F 5E 10 28 59 2C
Octal 325 223 14 0 37 136 20 50 131 54
Binary 11010101 10010011 1100 0 11111 1011110 10000 101000 1011001 101100

Color Harmonies of #D5930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5930C

Black with #D5930C

Text Example


Text Example

White with #D5930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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