Html Css Color HEX #D29134 Fuel Yellow

📋 copy color: '#D29134'

red 210 ◦ green 145 ◦ blue 52

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

Shades of Fuel Yellow #D29134

Tints of Fuel Yellow #D29134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 51.6%
G = 35.63%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D29134 (or 0xD29134) is known color: Fuel Yellow. HEX triplet: D2, 91 and 34. RGB value is (210,145,52). Sum of RGB (Red+Green+Blue) = 210+145+52=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29134 is #2D6ECB. Grayscale: #9A9A9A. Windows color (decimal): -2977484 or 3445202. OLE color: 3445202.

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

Color convert

RGB 210 145 52 -
CMYK 0 0.31 0.75 0.18
HSL 35.32º 0.64% 0.51% -
HSV(B) 35.32º 0.75% 0.82% -
XYZ 37.32 34.2 7.88 -
YUV 153.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 210 145 52 0 0.31 0.75 0.18 35.32 0.64 0.51
Hex D2 91 34 0 1F 4B 12 23 40 33
Octal 322 221 64 0 37 113 22 43 100 63
Binary 11010010 10010001 110100 0 11111 1001011 10010 100011 1000000 110011

Color Harmonies of #D29134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29134

Black with #D29134

Text Example


Text Example

White with #D29134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29134; }

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

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

background-color css

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

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

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

border-color css

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

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

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