Html Css Color HEX #D38912 Gamboge

📋 copy color: '#D38912'

red 211 ◦ green 137 ◦ blue 18

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

Shades of Gamboge #D38912

Tints of Gamboge #D38912

RGB

 RED value IS 211 (82.81% from 255) = 57.65%

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 57.65%
G = 37.43%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38912 (or 0xD38912) is known color: Gamboge. HEX triplet: D3, 89 and 12. RGB value is (211,137,18). Sum of RGB (Red+Green+Blue) = 211+137+18=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D38912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38912 is #2C76ED. Grayscale: #929292. Windows color (decimal): -2914030 or 1214931. OLE color: 1214931.

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

Color convert

RGB 211 137 18 -
CMYK 0 0.35 0.91 0.17
HSL 36.99º 0.84% 0.45% -
HSV(B) 36.99º 0.91% 0.83% -
XYZ 35.92 31.78 4.81 -
YUV 145.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 211 137 18 0 0.35 0.91 0.17 36.99 0.84 0.45
Hex D3 89 12 0 23 5B 11 25 54 2D
Octal 323 211 22 0 43 133 21 45 124 55
Binary 11010011 10001001 10010 0 100011 1011011 10001 100101 1010100 101101

Color Harmonies of #D38912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38912

Black with #D38912

Text Example


Text Example

White with #D38912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38912; }

 p { color: rgb(211,137,18); }

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

background-color css

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

 a { background-color: rgb(211,137,18); }

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

border-color css

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

 span { border-color: rgb(211,137,18); }

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