Html Css Color HEX #D5950B Gamboge

📋 copy color: '#D5950B'

red 213 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #D5950B

Tints of Gamboge #D5950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 57.1%
G = 39.95%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5950B (or 0xD5950B) is known color: Gamboge. HEX triplet: D5, 95 and 0B. RGB value is (213,149,11). Sum of RGB (Red+Green+Blue) = 213+149+11=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5950B is #2A6AF4. Grayscale: #999999. Windows color (decimal): -2779893 or 759253. OLE color: 759253.

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

Color convert

RGB 213 149 11 -
CMYK 0 0.30 0.95 0.16
HSL 40.99º 0.9% 0.44% -
HSV(B) 40.99º 0.95% 0.84% -
XYZ 38.25 35.67 5.18 -
YUV 152.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 213 149 11 0 0.30 0.95 0.16 40.99 0.9 0.44
Hex D5 95 B 0 1E 5F 10 29 5A 2C
Octal 325 225 13 0 36 137 20 51 132 54
Binary 11010101 10010101 1011 0 11110 1011111 10000 101001 1011010 101100

Color Harmonies of #D5950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5950B

Black with #D5950B

Text Example


Text Example

White with #D5950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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