Html Css Color HEX #D58A12 Gamboge

📋 copy color: '#D58A12'

red 213 ◦ green 138 ◦ blue 18

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

Shades of Gamboge #D58A12

Tints of Gamboge #D58A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 57.72%
G = 37.4%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58A12 (or 0xD58A12) is known color: Gamboge. HEX triplet: D5, 8A and 12. RGB value is (213,138,18). Sum of RGB (Red+Green+Blue) = 213+138+18=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A12 is #2A75ED. Grayscale: #939393. Windows color (decimal): -2782702 or 1215189. OLE color: 1215189.

HSL color Cylindrical-coordinate representation of color #D58A12: hue angle of 36.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58A12 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 18 -
CMYK 0 0.35 0.92 0.16
HSL 36.92º 0.84% 0.45% -
HSV(B) 36.92º 0.92% 0.84% -
XYZ 36.64 32.37 4.89 -
YUV 146.75 55.35 175.26 -
System Red Green Blue C M Y K H S L
Decimal 213 138 18 0 0.35 0.92 0.16 36.92 0.84 0.45
Hex D5 8A 12 0 23 5C 10 25 54 2D
Octal 325 212 22 0 43 134 20 45 124 55
Binary 11010101 10001010 10010 0 100011 1011100 10000 100101 1010100 101101

Color Harmonies of #D58A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A12

Black with #D58A12

Text Example


Text Example

White with #D58A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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