Html Css Color HEX #D38C03 Gamboge

📋 copy color: '#D38C03'

red 211 ◦ green 140 ◦ blue 3

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

Shades of Gamboge #D38C03

Tints of Gamboge #D38C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 59.6%
G = 39.55%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D38C03 (or 0xD38C03) is known color: Gamboge. HEX triplet: D3, 8C and 03. RGB value is (211,140,3). Sum of RGB (Red+Green+Blue) = 211+140+3=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38C03 is #2C73FC. Grayscale: #929292. Windows color (decimal): -2913277 or 232659. OLE color: 232659.

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

Color convert

RGB 211 140 3 -
CMYK 0 0.34 0.99 0.17
HSL 39.52º 0.97% 0.42% -
HSV(B) 39.52º 0.99% 0.83% -
XYZ 36.26 32.61 4.47 -
YUV 145.61 47.52 174.64 -
System Red Green Blue C M Y K H S L
Decimal 211 140 3 0 0.34 0.99 0.17 39.52 0.97 0.42
Hex D3 8C 3 0 22 63 11 28 61 2A
Octal 323 214 3 0 42 143 21 50 141 52
Binary 11010011 10001100 11 0 100010 1100011 10001 101000 1100001 101010

Color Harmonies of #D38C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C03

Black with #D38C03

Text Example


Text Example

White with #D38C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C03; }

 p { color: rgb(211,140,3); }

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

background-color css

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

 a { background-color: rgb(211,140,3); }

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

border-color css

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

 span { border-color: rgb(211,140,3); }

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