Html Css Color HEX #D29F32 Fuel Yellow

📋 copy color: '#D29F32'

red 210 ◦ green 159 ◦ blue 50

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

Shades of Fuel Yellow #D29F32

Tints of Fuel Yellow #D29F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 50.12%
G = 37.95%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D29F32 (or 0xD29F32) is known color: Fuel Yellow. HEX triplet: D2, 9F and 32. RGB value is (210,159,50). Sum of RGB (Red+Green+Blue) = 210+159+50=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F32 is #2D60CD. Grayscale: #A2A2A2. Windows color (decimal): -2973902 or 3317714. OLE color: 3317714.

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

Color convert

RGB 210 159 50 -
CMYK 0 0.24 0.76 0.18
HSL 40.88º 0.64% 0.51% -
HSV(B) 40.88º 0.76% 0.82% -
XYZ 39.55 38.73 8.41 -
YUV 161.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 210 159 50 0 0.24 0.76 0.18 40.88 0.64 0.51
Hex D2 9F 32 0 18 4C 12 29 40 33
Octal 322 237 62 0 30 114 22 51 100 63
Binary 11010010 10011111 110010 0 11000 1001100 10010 101001 1000000 110011

Color Harmonies of #D29F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F32

Black with #D29F32

Text Example


Text Example

White with #D29F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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