Html Css Color HEX #D29130 Fuel Yellow

📋 copy color: '#D29130'

red 210 ◦ green 145 ◦ blue 48

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

Shades of Fuel Yellow #D29130

Tints of Fuel Yellow #D29130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 52.11%
G = 35.98%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29130 (or 0xD29130) is known color: Fuel Yellow. HEX triplet: D2, 91 and 30. RGB value is (210,145,48). Sum of RGB (Red+Green+Blue) = 210+145+48=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D29130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29130 is #2D6ECF. Grayscale: #999999. Windows color (decimal): -2977488 or 3183058. OLE color: 3183058.

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

Color convert

RGB 210 145 48 -
CMYK 0 0.31 0.77 0.18
HSL 35.93º 0.64% 0.51% -
HSV(B) 35.93º 0.77% 0.82% -
XYZ 37.24 34.17 7.43 -
YUV 153.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 210 145 48 0 0.31 0.77 0.18 35.93 0.64 0.51
Hex D2 91 30 0 1F 4D 12 24 40 33
Octal 322 221 60 0 37 115 22 44 100 63
Binary 11010010 10010001 110000 0 11111 1001101 10010 100100 1000000 110011

Color Harmonies of #D29130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29130

Black with #D29130

Text Example


Text Example

White with #D29130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29130; }

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

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

background-color css

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

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

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

border-color css

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

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

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