Html Css Color HEX #D29434 Fuel Yellow

📋 copy color: '#D29434'

red 210 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #D29434

Tints of Fuel Yellow #D29434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 51.22%
G = 36.1%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D29434 (or 0xD29434) is known color: Fuel Yellow. HEX triplet: D2, 94 and 34. RGB value is (210,148,52). Sum of RGB (Red+Green+Blue) = 210+148+52=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D29434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29434 is #2D6BCB. Grayscale: #9C9C9C. Windows color (decimal): -2976716 or 3445970. OLE color: 3445970.

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

Color convert

RGB 210 148 52 -
CMYK 0 0.30 0.75 0.18
HSL 36.46º 0.64% 0.51% -
HSV(B) 36.46º 0.75% 0.82% -
XYZ 37.79 35.13 8.04 -
YUV 155.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 210 148 52 0 0.30 0.75 0.18 36.46 0.64 0.51
Hex D2 94 34 0 1E 4B 12 24 40 33
Octal 322 224 64 0 36 113 22 44 100 63
Binary 11010010 10010100 110100 0 11110 1001011 10010 100100 1000000 110011

Color Harmonies of #D29434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29434

Black with #D29434

Text Example


Text Example

White with #D29434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29434; }

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

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

background-color css

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

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

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

border-color css

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

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

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