Html Css Color HEX #D29430 Fuel Yellow

📋 copy color: '#D29430'

red 210 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #D29430

Tints of Fuel Yellow #D29430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 51.72%
G = 36.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29430 (or 0xD29430) is known color: Fuel Yellow. HEX triplet: D2, 94 and 30. RGB value is (210,148,48). Sum of RGB (Red+Green+Blue) = 210+148+48=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D29430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29430 is #2D6BCF. Grayscale: #9B9B9B. Windows color (decimal): -2976720 or 3183826. OLE color: 3183826.

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

Color convert

RGB 210 148 48 -
CMYK 0 0.30 0.77 0.18
HSL 37.04º 0.64% 0.51% -
HSV(B) 37.04º 0.77% 0.82% -
XYZ 37.7 35.09 7.58 -
YUV 155.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 210 148 48 0 0.30 0.77 0.18 37.04 0.64 0.51
Hex D2 94 30 0 1E 4D 12 25 40 33
Octal 322 224 60 0 36 115 22 45 100 63
Binary 11010010 10010100 110000 0 11110 1001101 10010 100101 1000000 110011

Color Harmonies of #D29430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29430

Black with #D29430

Text Example


Text Example

White with #D29430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29430; }

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

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

background-color css

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

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

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

border-color css

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

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

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