Html Css Color HEX #D2992F Fuel Yellow

📋 copy color: '#D2992F'

red 210 ◦ green 153 ◦ blue 47

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

Shades of Fuel Yellow #D2992F

Tints of Fuel Yellow #D2992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 51.22%
G = 37.32%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2992F (or 0xD2992F) is known color: Fuel Yellow. HEX triplet: D2, 99 and 2F. RGB value is (210,153,47). Sum of RGB (Red+Green+Blue) = 210+153+47=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2992F is #2D66D0. Grayscale: #9E9E9E. Windows color (decimal): -2975441 or 3119570. OLE color: 3119570.

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

Color convert

RGB 210 153 47 -
CMYK 0 0.27 0.78 0.18
HSL 39.02º 0.64% 0.5% -
HSV(B) 39.02º 0.78% 0.82% -
XYZ 38.48 36.69 7.74 -
YUV 157.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 210 153 47 0 0.27 0.78 0.18 39.02 0.64 0.5
Hex D2 99 2F 0 1B 4E 12 27 40 32
Octal 322 231 57 0 33 116 22 47 100 62
Binary 11010010 10011001 101111 0 11011 1001110 10010 100111 1000000 110010

Color Harmonies of #D2992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2992F

Black with #D2992F

Text Example


Text Example

White with #D2992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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