Html Css Color HEX #D5993C Fuel Yellow

📋 copy color: '#D5993C'

red 213 ◦ green 153 ◦ blue 60

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

Shades of Fuel Yellow #D5993C

Tints of Fuel Yellow #D5993C

RGB

 RED value IS 213 (83.59% from 255) = 50%

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

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

R = 50%
G = 35.92%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5993C (or 0xD5993C) is known color: Fuel Yellow. HEX triplet: D5, 99 and 3C. RGB value is (213,153,60). Sum of RGB (Red+Green+Blue) = 213+153+60=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5993C is #2A66C3. Grayscale: #A0A0A0. Windows color (decimal): -2778820 or 3971541. OLE color: 3971541.

HSL color Cylindrical-coordinate representation of color #D5993C: hue angle of 36.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5993C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 60 -
CMYK 0 0.28 0.72 0.16
HSL 36.47º 0.65% 0.54% -
HSV(B) 36.47º 0.72% 0.84% -
XYZ 39.65 37.25 9.38 -
YUV 160.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 213 153 60 0 0.28 0.72 0.16 36.47 0.65 0.54
Hex D5 99 3C 0 1C 48 10 24 41 36
Octal 325 231 74 0 34 110 20 44 101 66
Binary 11010101 10011001 111100 0 11100 1001000 10000 100100 1000001 110110

Color Harmonies of #D5993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5993C

Black with #D5993C

Text Example


Text Example

White with #D5993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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