Html Css Color HEX #D29D34 Fuel Yellow

📋 copy color: '#D29D34'

red 210 ◦ green 157 ◦ blue 52

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

Shades of Fuel Yellow #D29D34

Tints of Fuel Yellow #D29D34

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 50.12%
G = 37.47%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D29D34 (or 0xD29D34) is known color: Fuel Yellow. HEX triplet: D2, 9D and 34. RGB value is (210,157,52). Sum of RGB (Red+Green+Blue) = 210+157+52=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D34 is #2D62CB. Grayscale: #A1A1A1. Windows color (decimal): -2974412 or 3448274. OLE color: 3448274.

HSL color Cylindrical-coordinate representation of color #D29D34: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D29D34 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 52 -
CMYK 0 0.25 0.75 0.18
HSL 39.87º 0.64% 0.51% -
HSV(B) 39.87º 0.75% 0.82% -
XYZ 39.26 38.06 8.53 -
YUV 160.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 210 157 52 0 0.25 0.75 0.18 39.87 0.64 0.51
Hex D2 9D 34 0 19 4B 12 28 40 33
Octal 322 235 64 0 31 113 22 50 100 63
Binary 11010010 10011101 110100 0 11001 1001011 10010 101000 1000000 110011

Color Harmonies of #D29D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D34

Black with #D29D34

Text Example


Text Example

White with #D29D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D34; }

 p { color: rgb(210,157,52); }

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

background-color css

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

 a { background-color: rgb(210,157,52); }

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

border-color css

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

 span { border-color: rgb(210,157,52); }

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