Html Css Color HEX #D29A2F Fuel Yellow

📋 copy color: '#D29A2F'

red 210 ◦ green 154 ◦ blue 47

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

Shades of Fuel Yellow #D29A2F

Tints of Fuel Yellow #D29A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 51.09%
G = 37.47%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D29A2F (or 0xD29A2F) is known color: Fuel Yellow. HEX triplet: D2, 9A and 2F. RGB value is (210,154,47). Sum of RGB (Red+Green+Blue) = 210+154+47=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A2F is #2D65D0. Grayscale: #9F9F9F. Windows color (decimal): -2975185 or 3119826. OLE color: 3119826.

HSL color Cylindrical-coordinate representation of color #D29A2F: hue angle of 39.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D29A2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 47 -
CMYK 0 0.27 0.78 0.18
HSL 39.39º 0.64% 0.5% -
HSV(B) 39.39º 0.78% 0.82% -
XYZ 38.65 37.02 7.8 -
YUV 158.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 210 154 47 0 0.27 0.78 0.18 39.39 0.64 0.5
Hex D2 9A 2F 0 1B 4E 12 27 40 32
Octal 322 232 57 0 33 116 22 47 100 62
Binary 11010010 10011010 101111 0 11011 1001110 10010 100111 1000000 110010

Color Harmonies of #D29A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A2F

Black with #D29A2F

Text Example


Text Example

White with #D29A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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