Html Css Color HEX #D48A00 Gamboge

📋 copy color: '#D48A00'

red 212 ◦ green 138 ◦ blue 0

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

Shades of Gamboge #D48A00

Tints of Gamboge #D48A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

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

R = 60.57%
G = 39.43%
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

#D48A00 (or 0xD48A00) is known color: Gamboge. HEX triplet: D4, 8A and 00. RGB value is (212,138,0). Sum of RGB (Red+Green+Blue) = 212+138+0=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A00 is #2B75FF. Grayscale: #919191. Windows color (decimal): -2848256 or 35540. OLE color: 35540.

HSL color Cylindrical-coordinate representation of color #D48A00: hue angle of 39.06º 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 #D48A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 0 -
CMYK 0 0.35 1 0.17
HSL 39.06º 1% 0.42% -
HSV(B) 39.06º 1% 0.83% -
XYZ 36.24 32.17 4.3 -
YUV 144.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 212 138 0 0 0.35 1 0.17 39.06 1 0.42
Hex D4 8A 0 0 23 64 11 27 64 2A
Octal 324 212 0 0 43 144 21 47 144 52
Binary 11010100 10001010 0 0 100011 1100100 10001 100111 1100100 101010

Color Harmonies of #D48A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A00

Black with #D48A00

Text Example


Text Example

White with #D48A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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