Html Css Color HEX #D0993C Fuel Yellow

📋 copy color: '#D0993C'

red 208 ◦ green 153 ◦ blue 60

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

Shades of Fuel Yellow #D0993C

Tints of Fuel Yellow #D0993C

RGB

 RED value IS 208 (81.64% from 255) = 49.41%

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

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

R = 49.41%
G = 36.34%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0993C (or 0xD0993C) is known color: Fuel Yellow. HEX triplet: D0, 99 and 3C. RGB value is (208,153,60). Sum of RGB (Red+Green+Blue) = 208+153+60=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0993C is #2F66C3. Grayscale: #9F9F9F. Windows color (decimal): -3106500 or 3971536. OLE color: 3971536.

HSL color Cylindrical-coordinate representation of color #D0993C: hue angle of 37.7º degrees, saturation: 0.61, 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 #D0993C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 60 -
CMYK 0 0.26 0.71 0.18
HSL 37.7º 0.61% 0.53% -
HSV(B) 37.7º 0.71% 0.82% -
XYZ 38.22 36.52 9.31 -
YUV 158.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 208 153 60 0 0.26 0.71 0.18 37.7 0.61 0.53
Hex D0 99 3C 0 1A 47 12 26 3D 35
Octal 320 231 74 0 32 107 22 46 75 65
Binary 11010000 10011001 111100 0 11010 1000111 10010 100110 111101 110101

Color Harmonies of #D0993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0993C

Black with #D0993C

Text Example


Text Example

White with #D0993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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