Html Css Color HEX #D29530 Fuel Yellow

📋 copy color: '#D29530'

red 210 ◦ green 149 ◦ blue 48

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

Shades of Fuel Yellow #D29530

Tints of Fuel Yellow #D29530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 51.6%
G = 36.61%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29530 (or 0xD29530) is known color: Fuel Yellow. HEX triplet: D2, 95 and 30. RGB value is (210,149,48). Sum of RGB (Red+Green+Blue) = 210+149+48=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29530 is #2D6ACF. Grayscale: #9C9C9C. Windows color (decimal): -2976464 or 3184082. OLE color: 3184082.

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

Color convert

RGB 210 149 48 -
CMYK 0 0.29 0.77 0.18
HSL 37.41º 0.64% 0.51% -
HSV(B) 37.41º 0.77% 0.82% -
XYZ 37.86 35.41 7.64 -
YUV 155.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 210 149 48 0 0.29 0.77 0.18 37.41 0.64 0.51
Hex D2 95 30 0 1D 4D 12 25 40 33
Octal 322 225 60 0 35 115 22 45 100 63
Binary 11010010 10010101 110000 0 11101 1001101 10010 100101 1000000 110011

Color Harmonies of #D29530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29530

Black with #D29530

Text Example


Text Example

White with #D29530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29530; }

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

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

background-color css

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

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

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

border-color css

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

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

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