Html Css Color HEX #D2993F Fuel Yellow

📋 copy color: '#D2993F'

red 210 ◦ green 153 ◦ blue 63

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

Shades of Fuel Yellow #D2993F

Tints of Fuel Yellow #D2993F

RGB

 RED value IS 210 (82.42% from 255) = 49.3%

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

 BLUE value IS 63 (25% from 255) = 14.79%

R = 49.3%
G = 35.92%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2993F (or 0xD2993F) is known color: Fuel Yellow. HEX triplet: D2, 99 and 3F. RGB value is (210,153,63). Sum of RGB (Red+Green+Blue) = 210+153+63=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2993F is #2D66C0. Grayscale: #A0A0A0. Windows color (decimal): -2975425 or 4168146. OLE color: 4168146.

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

Color convert

RGB 210 153 63 -
CMYK 0 0.27 0.70 0.18
HSL 36.73º 0.62% 0.54% -
HSV(B) 36.73º 0.7% 0.82% -
XYZ 38.87 36.84 9.77 -
YUV 159.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 210 153 63 0 0.27 0.70 0.18 36.73 0.62 0.54
Hex D2 99 3F 0 1B 46 12 25 3E 36
Octal 322 231 77 0 33 106 22 45 76 66
Binary 11010010 10011001 111111 0 11011 1000110 10010 100101 111110 110110

Color Harmonies of #D2993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2993F

Black with #D2993F

Text Example


Text Example

White with #D2993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2993F; }

 p { color: rgb(210,153,63); }

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

background-color css

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

 a { background-color: rgb(210,153,63); }

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

border-color css

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

 span { border-color: rgb(210,153,63); }

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