Html Css Color HEX #D29A30 Fuel Yellow

📋 copy color: '#D29A30'

red 210 ◦ green 154 ◦ blue 48

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

Shades of Fuel Yellow #D29A30

Tints of Fuel Yellow #D29A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 50.97%
G = 37.38%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29A30 (or 0xD29A30) is known color: Fuel Yellow. HEX triplet: D2, 9A and 30. RGB value is (210,154,48). Sum of RGB (Red+Green+Blue) = 210+154+48=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A30 is #2D65CF. Grayscale: #9F9F9F. Windows color (decimal): -2975184 or 3185362. OLE color: 3185362.

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

Color convert

RGB 210 154 48 -
CMYK 0 0.27 0.77 0.18
HSL 39.26º 0.64% 0.51% -
HSV(B) 39.26º 0.77% 0.82% -
XYZ 38.67 37.03 7.91 -
YUV 158.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 210 154 48 0 0.27 0.77 0.18 39.26 0.64 0.51
Hex D2 9A 30 0 1B 4D 12 27 40 33
Octal 322 232 60 0 33 115 22 47 100 63
Binary 11010010 10011010 110000 0 11011 1001101 10010 100111 1000000 110011

Color Harmonies of #D29A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A30

Black with #D29A30

Text Example


Text Example

White with #D29A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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