Html Css Color HEX #D29032 Fuel Yellow

📋 copy color: '#D29032'

red 210 ◦ green 144 ◦ blue 50

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

Shades of Fuel Yellow #D29032

Tints of Fuel Yellow #D29032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 51.98%
G = 35.64%
B = 12.38%

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

#D29032 (or 0xD29032) is known color: Fuel Yellow. HEX triplet: D2, 90 and 32. RGB value is (210,144,50). Sum of RGB (Red+Green+Blue) = 210+144+50=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D29032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29032 is #2D6FCD. Grayscale: #999999. Windows color (decimal): -2977742 or 3313874. OLE color: 3313874.

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

Color convert

RGB 210 144 50 -
CMYK 0 0.31 0.76 0.18
HSL 35.25º 0.64% 0.51% -
HSV(B) 35.25º 0.76% 0.82% -
XYZ 37.13 33.88 7.6 -
YUV 153.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 210 144 50 0 0.31 0.76 0.18 35.25 0.64 0.51
Hex D2 90 32 0 1F 4C 12 23 40 33
Octal 322 220 62 0 37 114 22 43 100 63
Binary 11010010 10010000 110010 0 11111 1001100 10010 100011 1000000 110011

Color Harmonies of #D29032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29032

Black with #D29032

Text Example


Text Example

White with #D29032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29032; }

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

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

background-color css

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

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

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

border-color css

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

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

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