Html Css Color HEX #D38900 Gamboge

📋 copy color: '#D38900'

red 211 ◦ green 137 ◦ blue 0

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

Shades of Gamboge #D38900

Tints of Gamboge #D38900

RGB

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

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

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

R = 60.63%
G = 39.37%
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

#D38900 (or 0xD38900) is known color: Gamboge. HEX triplet: D3, 89 and 00. RGB value is (211,137,0). Sum of RGB (Red+Green+Blue) = 211+137+0=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D38900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38900 is #2C76FF. Grayscale: #909090. Windows color (decimal): -2914048 or 35283. OLE color: 35283.

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

Color convert

RGB 211 137 0 -
CMYK 0 0.35 1 0.17
HSL 38.96º 1% 0.41% -
HSV(B) 38.96º 1% 0.83% -
XYZ 35.81 31.74 4.24 -
YUV 143.51 47.02 176.14 -
System Red Green Blue C M Y K H S L
Decimal 211 137 0 0 0.35 1 0.17 38.96 1 0.41
Hex D3 89 0 0 23 64 11 27 64 29
Octal 323 211 0 0 43 144 21 47 144 51
Binary 11010011 10001001 0 0 100011 1100100 10001 100111 1100100 101001

Color Harmonies of #D38900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38900

Black with #D38900

Text Example


Text Example

White with #D38900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38900; }

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

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

background-color css

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

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

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

border-color css

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

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

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