Html Css Color HEX #D59015 Gamboge

📋 copy color: '#D59015'

red 213 ◦ green 144 ◦ blue 21

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

Shades of Gamboge #D59015

Tints of Gamboge #D59015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 56.35%
G = 38.1%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59015 (or 0xD59015) is known color: Gamboge. HEX triplet: D5, 90 and 15. RGB value is (213,144,21). Sum of RGB (Red+Green+Blue) = 213+144+21=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D59015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59015 is #2A6FEA. Grayscale: #979797. Windows color (decimal): -2781163 or 1413333. OLE color: 1413333.

HSL color Cylindrical-coordinate representation of color #D59015: hue angle of 38.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59015 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 21 -
CMYK 0 0.32 0.90 0.16
HSL 38.44º 0.82% 0.46% -
HSV(B) 38.44º 0.9% 0.84% -
XYZ 37.55 34.15 5.32 -
YUV 150.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 213 144 21 0 0.32 0.90 0.16 38.44 0.82 0.46
Hex D5 90 15 0 20 5A 10 26 52 2E
Octal 325 220 25 0 40 132 20 46 122 56
Binary 11010101 10010000 10101 0 100000 1011010 10000 100110 1010010 101110

Color Harmonies of #D59015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59015

Black with #D59015

Text Example


Text Example

White with #D59015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59015; }

 p { color: rgb(213,144,21); }

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

background-color css

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

 a { background-color: rgb(213,144,21); }

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

border-color css

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

 span { border-color: rgb(213,144,21); }

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