Html Css Color HEX #D5920A Gamboge

📋 copy color: '#D5920A'

red 213 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #D5920A

Tints of Gamboge #D5920A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 57.72%
G = 39.57%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5920A (or 0xD5920A) is known color: Gamboge. HEX triplet: D5, 92 and 0A. RGB value is (213,146,10). Sum of RGB (Red+Green+Blue) = 213+146+10=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5920A is #2A6DF5. Grayscale: #979797. Windows color (decimal): -2780662 or 692949. OLE color: 692949.

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

Color convert

RGB 213 146 10 -
CMYK 0 0.31 0.95 0.16
HSL 40.2º 0.91% 0.44% -
HSV(B) 40.2º 0.95% 0.84% -
XYZ 37.77 34.73 5 -
YUV 150.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 213 146 10 0 0.31 0.95 0.16 40.2 0.91 0.44
Hex D5 92 A 0 1F 5F 10 28 5B 2C
Octal 325 222 12 0 37 137 20 50 133 54
Binary 11010101 10010010 1010 0 11111 1011111 10000 101000 1011011 101100

Color Harmonies of #D5920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5920A

Black with #D5920A

Text Example


Text Example

White with #D5920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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