Html Css Color HEX #D5A30B Gamboge

📋 copy color: '#D5A30B'

red 213 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #D5A30B

Tints of Gamboge #D5A30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 55.04%
G = 42.12%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5A30B (or 0xD5A30B) is known color: Gamboge. HEX triplet: D5, A3 and 0B. RGB value is (213,163,11). Sum of RGB (Red+Green+Blue) = 213+163+11=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A30B is #2A5CF4. Grayscale: #A1A1A1. Windows color (decimal): -2776309 or 762837. OLE color: 762837.

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

Color convert

RGB 213 163 11 -
CMYK 0 0.23 0.95 0.16
HSL 45.15º 0.9% 0.44% -
HSV(B) 45.15º 0.95% 0.84% -
XYZ 40.6 40.36 5.97 -
YUV 160.62 43.57 165.36 -
System Red Green Blue C M Y K H S L
Decimal 213 163 11 0 0.23 0.95 0.16 45.15 0.9 0.44
Hex D5 A3 B 0 17 5F 10 2D 5A 2C
Octal 325 243 13 0 27 137 20 55 132 54
Binary 11010101 10100011 1011 0 10111 1011111 10000 101101 1011010 101100

Color Harmonies of #D5A30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A30B

Black with #D5A30B

Text Example


Text Example

White with #D5A30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A30B; }

 p { color: rgb(213,163,11); }

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

background-color css

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

 a { background-color: rgb(213,163,11); }

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

border-color css

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

 span { border-color: rgb(213,163,11); }

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