Html Css Color HEX #D29432 Fuel Yellow

📋 copy color: '#D29432'

red 210 ◦ green 148 ◦ blue 50

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

Shades of Fuel Yellow #D29432

Tints of Fuel Yellow #D29432

RGB

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

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

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

R = 51.47%
G = 36.27%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D29432 (or 0xD29432) is known color: Fuel Yellow. HEX triplet: D2, 94 and 32. RGB value is (210,148,50). Sum of RGB (Red+Green+Blue) = 210+148+50=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D29432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29432 is #2D6BCD. Grayscale: #9B9B9B. Windows color (decimal): -2976718 or 3314898. OLE color: 3314898.

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

Color convert

RGB 210 148 50 -
CMYK 0 0.30 0.76 0.18
HSL 36.75º 0.64% 0.51% -
HSV(B) 36.75º 0.76% 0.82% -
XYZ 37.74 35.11 7.81 -
YUV 155.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 210 148 50 0 0.30 0.76 0.18 36.75 0.64 0.51
Hex D2 94 32 0 1E 4C 12 25 40 33
Octal 322 224 62 0 36 114 22 45 100 63
Binary 11010010 10010100 110010 0 11110 1001100 10010 100101 1000000 110011

Color Harmonies of #D29432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29432

Black with #D29432

Text Example


Text Example

White with #D29432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29432; }

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

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

background-color css

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

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

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

border-color css

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

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

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