Html Css Color HEX #D48711 Gamboge

📋 copy color: '#D48711'

red 212 ◦ green 135 ◦ blue 17

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

Shades of Gamboge #D48711

Tints of Gamboge #D48711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 58.24%
G = 37.09%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48711 (or 0xD48711) is known color: Gamboge. HEX triplet: D4, 87 and 11. RGB value is (212,135,17). Sum of RGB (Red+Green+Blue) = 212+135+17=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D48711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48711 is #2B78EE. Grayscale: #919191. Windows color (decimal): -2849007 or 1148884. OLE color: 1148884.

HSL color Cylindrical-coordinate representation of color #D48711: hue angle of 36.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D48711 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 17 -
CMYK 0 0.36 0.92 0.17
HSL 36.31º 0.85% 0.45% -
HSV(B) 36.31º 0.92% 0.83% -
XYZ 35.92 31.37 4.69 -
YUV 144.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 212 135 17 0 0.36 0.92 0.17 36.31 0.85 0.45
Hex D4 87 11 0 24 5C 11 24 55 2D
Octal 324 207 21 0 44 134 21 44 125 55
Binary 11010100 10000111 10001 0 100100 1011100 10001 100100 1010101 101101

Color Harmonies of #D48711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48711

Black with #D48711

Text Example


Text Example

White with #D48711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48711; }

 p { color: rgb(212,135,17); }

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

background-color css

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

 a { background-color: rgb(212,135,17); }

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

border-color css

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

 span { border-color: rgb(212,135,17); }

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