Html Css Color HEX #D58A0A Gamboge

📋 copy color: '#D58A0A'

red 213 ◦ green 138 ◦ blue 10

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

Shades of Gamboge #D58A0A

Tints of Gamboge #D58A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 59%
G = 38.23%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D58A0A (or 0xD58A0A) is known color: Gamboge. HEX triplet: D5, 8A and 0A. RGB value is (213,138,10). Sum of RGB (Red+Green+Blue) = 213+138+10=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A0A is #2A75F5. Grayscale: #929292. Windows color (decimal): -2782710 or 690901. OLE color: 690901.

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

Color convert

RGB 213 138 10 -
CMYK 0 0.35 0.95 0.16
HSL 37.83º 0.91% 0.44% -
HSV(B) 37.83º 0.95% 0.84% -
XYZ 36.58 32.35 4.6 -
YUV 145.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 213 138 10 0 0.35 0.95 0.16 37.83 0.91 0.44
Hex D5 8A A 0 23 5F 10 26 5B 2C
Octal 325 212 12 0 43 137 20 46 133 54
Binary 11010101 10001010 1010 0 100011 1011111 10000 100110 1011011 101100

Color Harmonies of #D58A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A0A

Black with #D58A0A

Text Example


Text Example

White with #D58A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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