Html Css Color HEX #D38F05 Gamboge

📋 copy color: '#D38F05'

red 211 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #D38F05

Tints of Gamboge #D38F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 58.77%
G = 39.83%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D38F05 (or 0xD38F05) is known color: Gamboge. HEX triplet: D3, 8F and 05. RGB value is (211,143,5). Sum of RGB (Red+Green+Blue) = 211+143+5=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F05 is #2C70FA. Grayscale: #949494. Windows color (decimal): -2912507 or 364499. OLE color: 364499.

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

Color convert

RGB 211 143 5 -
CMYK 0 0.32 0.98 0.17
HSL 40.19º 0.95% 0.42% -
HSV(B) 40.19º 0.98% 0.83% -
XYZ 36.71 33.5 4.68 -
YUV 147.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 211 143 5 0 0.32 0.98 0.17 40.19 0.95 0.42
Hex D3 8F 5 0 20 62 11 28 5F 2A
Octal 323 217 5 0 40 142 21 50 137 52
Binary 11010011 10001111 101 0 100000 1100010 10001 101000 1011111 101010

Color Harmonies of #D38F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F05

Black with #D38F05

Text Example


Text Example

White with #D38F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F05; }

 p { color: rgb(211,143,5); }

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

background-color css

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

 a { background-color: rgb(211,143,5); }

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

border-color css

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

 span { border-color: rgb(211,143,5); }

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