Html Css Color HEX #D48900 Gamboge

📋 copy color: '#D48900'

red 212 ◦ green 137 ◦ blue 0

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

Shades of Gamboge #D48900

Tints of Gamboge #D48900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.74%
G = 39.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D48900 (or 0xD48900) is known color: Gamboge. HEX triplet: D4, 89 and 00. RGB value is (212,137,0). Sum of RGB (Red+Green+Blue) = 212+137+0=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D48900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48900 is #2B76FF. Grayscale: #909090. Windows color (decimal): -2848512 or 35284. OLE color: 35284.

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

Color convert

RGB 212 137 0 -
CMYK 0 0.35 1 0.17
HSL 38.77º 1% 0.42% -
HSV(B) 38.77º 1% 0.83% -
XYZ 36.1 31.89 4.25 -
YUV 143.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 212 137 0 0 0.35 1 0.17 38.77 1 0.42
Hex D4 89 0 0 23 64 11 27 64 2A
Octal 324 211 0 0 43 144 21 47 144 52
Binary 11010100 10001001 0 0 100011 1100100 10001 100111 1100100 101010

Color Harmonies of #D48900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48900

Black with #D48900

Text Example


Text Example

White with #D48900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48900; }

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

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

background-color css

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

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

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

border-color css

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

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

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