Html Css Color HEX #D29132 Fuel Yellow

📋 copy color: '#D29132'

red 210 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #D29132

Tints of Fuel Yellow #D29132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 51.85%
G = 35.8%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D29132 (or 0xD29132) is known color: Fuel Yellow. HEX triplet: D2, 91 and 32. RGB value is (210,145,50). Sum of RGB (Red+Green+Blue) = 210+145+50=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D29132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29132 is #2D6ECD. Grayscale: #9A9A9A. Windows color (decimal): -2977486 or 3314130. OLE color: 3314130.

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

Color convert

RGB 210 145 50 -
CMYK 0 0.31 0.76 0.18
HSL 35.63º 0.64% 0.51% -
HSV(B) 35.63º 0.76% 0.82% -
XYZ 37.28 34.18 7.65 -
YUV 153.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 210 145 50 0 0.31 0.76 0.18 35.63 0.64 0.51
Hex D2 91 32 0 1F 4C 12 24 40 33
Octal 322 221 62 0 37 114 22 44 100 63
Binary 11010010 10010001 110010 0 11111 1001100 10010 100100 1000000 110011

Color Harmonies of #D29132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29132

Black with #D29132

Text Example


Text Example

White with #D29132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29132; }

 p { color: rgb(210,145,50); }

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

background-color css

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

 a { background-color: rgb(210,145,50); }

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

border-color css

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

 span { border-color: rgb(210,145,50); }

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