Html Css Color HEX #D29531 Fuel Yellow

📋 copy color: '#D29531'

red 210 ◦ green 149 ◦ blue 49

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

Shades of Fuel Yellow #D29531

Tints of Fuel Yellow #D29531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 51.47%
G = 36.52%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29531 (or 0xD29531) is known color: Fuel Yellow. HEX triplet: D2, 95 and 31. RGB value is (210,149,49). Sum of RGB (Red+Green+Blue) = 210+149+49=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D29531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29531 is #2D6ACE. Grayscale: #9C9C9C. Windows color (decimal): -2976463 or 3249618. OLE color: 3249618.

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

Color convert

RGB 210 149 49 -
CMYK 0 0.29 0.77 0.18
HSL 37.27º 0.64% 0.51% -
HSV(B) 37.27º 0.77% 0.82% -
XYZ 37.88 35.42 7.75 -
YUV 155.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 210 149 49 0 0.29 0.77 0.18 37.27 0.64 0.51
Hex D2 95 31 0 1D 4D 12 25 40 33
Octal 322 225 61 0 35 115 22 45 100 63
Binary 11010010 10010101 110001 0 11101 1001101 10010 100101 1000000 110011

Color Harmonies of #D29531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29531

Black with #D29531

Text Example


Text Example

White with #D29531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29531; }

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

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

background-color css

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

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

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

border-color css

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

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

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