Html Css Color HEX #D58B13 Gamboge

📋 copy color: '#D58B13'

red 213 ◦ green 139 ◦ blue 19

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

Shades of Gamboge #D58B13

Tints of Gamboge #D58B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 57.41%
G = 37.47%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D58B13 (or 0xD58B13) is known color: Gamboge. HEX triplet: D5, 8B and 13. RGB value is (213,139,19). Sum of RGB (Red+Green+Blue) = 213+139+19=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58B13 is #2A74EC. Grayscale: #949494. Windows color (decimal): -2782445 or 1280981. OLE color: 1280981.

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

Color convert

RGB 213 139 19 -
CMYK 0 0.35 0.91 0.16
HSL 37.11º 0.84% 0.45% -
HSV(B) 37.11º 0.91% 0.84% -
XYZ 36.79 32.66 4.98 -
YUV 147.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 213 139 19 0 0.35 0.91 0.16 37.11 0.84 0.45
Hex D5 8B 13 0 23 5B 10 25 54 2D
Octal 325 213 23 0 43 133 20 45 124 55
Binary 11010101 10001011 10011 0 100011 1011011 10000 100101 1010100 101101

Color Harmonies of #D58B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B13

Black with #D58B13

Text Example


Text Example

White with #D58B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B13; }

 p { color: rgb(213,139,19); }

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

background-color css

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

 a { background-color: rgb(213,139,19); }

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

border-color css

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

 span { border-color: rgb(213,139,19); }

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