Html Css Color HEX #D5920D Gamboge

📋 copy color: '#D5920D'

red 213 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #D5920D

Tints of Gamboge #D5920D

RGB

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

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

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

R = 57.26%
G = 39.25%
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

#D5920D (or 0xD5920D) is known color: Gamboge. HEX triplet: D5, 92 and 0D. RGB value is (213,146,13). Sum of RGB (Red+Green+Blue) = 213+146+13=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5920D is #2A6DF2. Grayscale: #979797. Windows color (decimal): -2780659 or 889557. OLE color: 889557.

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

Color convert

RGB 213 146 13 -
CMYK 0 0.31 0.94 0.16
HSL 39.9º 0.88% 0.44% -
HSV(B) 39.9º 0.94% 0.84% -
XYZ 37.79 34.73 5.09 -
YUV 150.87 50.2 172.31 -
System Red Green Blue C M Y K H S L
Decimal 213 146 13 0 0.31 0.94 0.16 39.9 0.88 0.44
Hex D5 92 D 0 1F 5E 10 28 58 2C
Octal 325 222 15 0 37 136 20 50 130 54
Binary 11010101 10010010 1101 0 11111 1011110 10000 101000 1011000 101100

Color Harmonies of #D5920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5920D

Black with #D5920D

Text Example


Text Example

White with #D5920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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