Html Css Color HEX #D48901 Gamboge

📋 copy color: '#D48901'

red 212 ◦ green 137 ◦ blue 1

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

Shades of Gamboge #D48901

Tints of Gamboge #D48901

RGB

 RED value IS 212 (83.2% from 255) = 60.57%

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 60.57%
G = 39.14%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D48901 (or 0xD48901) is known color: Gamboge. HEX triplet: D4, 89 and 01. RGB value is (212,137,1). Sum of RGB (Red+Green+Blue) = 212+137+1=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D48901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48901 is #2B76FE. Grayscale: #909090. Windows color (decimal): -2848511 or 100820. OLE color: 100820.

HSL color Cylindrical-coordinate representation of color #D48901: hue angle of 38.67º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D48901 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 1 -
CMYK 0 0.35 1.00 0.17
HSL 38.67º 0.99% 0.42% -
HSV(B) 38.67º 1% 0.83% -
XYZ 36.1 31.89 4.28 -
YUV 143.92 47.35 176.56 -
System Red Green Blue C M Y K H S L
Decimal 212 137 1 0 0.35 1.00 0.17 38.67 0.99 0.42
Hex D4 89 1 0 23 64 11 27 63 2A
Octal 324 211 1 0 43 144 21 47 143 52
Binary 11010100 10001001 1 0 100011 1100100 10001 100111 1100011 101010

Color Harmonies of #D48901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48901

Black with #D48901

Text Example


Text Example

White with #D48901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48901; }

 p { color: rgb(212,137,1); }

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

background-color css

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

 a { background-color: rgb(212,137,1); }

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

border-color css

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

 span { border-color: rgb(212,137,1); }

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