Html Css Color HEX #D1993C Fuel Yellow

📋 copy color: '#D1993C'

red 209 ◦ green 153 ◦ blue 60

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

Shades of Fuel Yellow #D1993C

Tints of Fuel Yellow #D1993C

RGB

 RED value IS 209 (82.03% from 255) = 49.53%

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 60 (23.83% from 255) = 14.22%

R = 49.53%
G = 36.26%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1993C (or 0xD1993C) is known color: Fuel Yellow. HEX triplet: D1, 99 and 3C. RGB value is (209,153,60). Sum of RGB (Red+Green+Blue) = 209+153+60=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1993C is #2E66C3. Grayscale: #9F9F9F. Windows color (decimal): -3040964 or 3971537. OLE color: 3971537.

HSL color Cylindrical-coordinate representation of color #D1993C: hue angle of 37.45º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1993C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 60 -
CMYK 0 0.27 0.71 0.18
HSL 37.45º 0.62% 0.53% -
HSV(B) 37.45º 0.71% 0.82% -
XYZ 38.5 36.66 9.32 -
YUV 159.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 209 153 60 0 0.27 0.71 0.18 37.45 0.62 0.53
Hex D1 99 3C 0 1B 47 12 25 3E 35
Octal 321 231 74 0 33 107 22 45 76 65
Binary 11010001 10011001 111100 0 11011 1000111 10010 100101 111110 110101

Color Harmonies of #D1993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1993C

Black with #D1993C

Text Example


Text Example

White with #D1993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1993C; }

 p { color: rgb(209,153,60); }

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

background-color css

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

 a { background-color: rgb(209,153,60); }

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

border-color css

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

 span { border-color: rgb(209,153,60); }

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