Html Css Color HEX #D29532 Fuel Yellow

📋 copy color: '#D29532'

red 210 ◦ green 149 ◦ blue 50

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

Shades of Fuel Yellow #D29532

Tints of Fuel Yellow #D29532

RGB

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

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

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

R = 51.34%
G = 36.43%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D29532 (or 0xD29532) is known color: Fuel Yellow. HEX triplet: D2, 95 and 32. RGB value is (210,149,50). Sum of RGB (Red+Green+Blue) = 210+149+50=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D29532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29532 is #2D6ACD. Grayscale: #9C9C9C. Windows color (decimal): -2976462 or 3315154. OLE color: 3315154.

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

Color convert

RGB 210 149 50 -
CMYK 0 0.29 0.76 0.18
HSL 37.13º 0.64% 0.51% -
HSV(B) 37.13º 0.76% 0.82% -
XYZ 37.9 35.43 7.86 -
YUV 155.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 210 149 50 0 0.29 0.76 0.18 37.13 0.64 0.51
Hex D2 95 32 0 1D 4C 12 25 40 33
Octal 322 225 62 0 35 114 22 45 100 63
Binary 11010010 10010101 110010 0 11101 1001100 10010 100101 1000000 110011

Color Harmonies of #D29532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29532

Black with #D29532

Text Example


Text Example

White with #D29532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29532; }

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

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

background-color css

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

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

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

border-color css

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

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

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