Html Css Color HEX #D2993D Fuel Yellow

📋 copy color: '#D2993D'

red 210 ◦ green 153 ◦ blue 61

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

Shades of Fuel Yellow #D2993D

Tints of Fuel Yellow #D2993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 49.53%
G = 36.08%
B = 14.39%

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

#D2993D (or 0xD2993D) is known color: Fuel Yellow. HEX triplet: D2, 99 and 3D. RGB value is (210,153,61). Sum of RGB (Red+Green+Blue) = 210+153+61=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2993D is #2D66C2. Grayscale: #9F9F9F. Windows color (decimal): -2975427 or 4037074. OLE color: 4037074.

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

Color convert

RGB 210 153 61 -
CMYK 0 0.27 0.71 0.18
HSL 37.05º 0.62% 0.53% -
HSV(B) 37.05º 0.71% 0.82% -
XYZ 38.81 36.82 9.48 -
YUV 159.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 210 153 61 0 0.27 0.71 0.18 37.05 0.62 0.53
Hex D2 99 3D 0 1B 47 12 25 3E 35
Octal 322 231 75 0 33 107 22 45 76 65
Binary 11010010 10011001 111101 0 11011 1000111 10010 100101 111110 110101

Color Harmonies of #D2993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2993D

Black with #D2993D

Text Example


Text Example

White with #D2993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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