Html Css Color HEX #D29D31 Fuel Yellow

📋 copy color: '#D29D31'

red 210 ◦ green 157 ◦ blue 49

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

Shades of Fuel Yellow #D29D31

Tints of Fuel Yellow #D29D31

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 49 (19.53% from 255) = 11.78%

R = 50.48%
G = 37.74%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29D31 (or 0xD29D31) is known color: Fuel Yellow. HEX triplet: D2, 9D and 31. RGB value is (210,157,49). Sum of RGB (Red+Green+Blue) = 210+157+49=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D31 is #2D62CE. Grayscale: #A1A1A1. Windows color (decimal): -2974415 or 3251666. OLE color: 3251666.

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

Color convert

RGB 210 157 49 -
CMYK 0 0.25 0.77 0.18
HSL 40.25º 0.64% 0.51% -
HSV(B) 40.25º 0.77% 0.82% -
XYZ 39.19 38.04 8.18 -
YUV 160.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 210 157 49 0 0.25 0.77 0.18 40.25 0.64 0.51
Hex D2 9D 31 0 19 4D 12 28 40 33
Octal 322 235 61 0 31 115 22 50 100 63
Binary 11010010 10011101 110001 0 11001 1001101 10010 101000 1000000 110011

Color Harmonies of #D29D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D31

Black with #D29D31

Text Example


Text Example

White with #D29D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D31; }

 p { color: rgb(210,157,49); }

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

background-color css

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

 a { background-color: rgb(210,157,49); }

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

border-color css

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

 span { border-color: rgb(210,157,49); }

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