Html Css Color HEX #D29D3A Fuel Yellow

📋 copy color: '#D29D3A'

red 210 ◦ green 157 ◦ blue 58

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

Shades of Fuel Yellow #D29D3A

Tints of Fuel Yellow #D29D3A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

 BLUE value IS 58 (23.05% from 255) = 13.65%

R = 49.41%
G = 36.94%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D29D3A (or 0xD29D3A) is known color: Fuel Yellow. HEX triplet: D2, 9D and 3A. RGB value is (210,157,58). Sum of RGB (Red+Green+Blue) = 210+157+58=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D3A is #2D62C5. Grayscale: #A2A2A2. Windows color (decimal): -2974406 or 3841490. OLE color: 3841490.

HSL color Cylindrical-coordinate representation of color #D29D3A: hue angle of 39.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D29D3A is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 58 -
CMYK 0 0.25 0.72 0.18
HSL 39.08º 0.63% 0.53% -
HSV(B) 39.08º 0.72% 0.82% -
XYZ 39.4 38.12 9.28 -
YUV 161.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 210 157 58 0 0.25 0.72 0.18 39.08 0.63 0.53
Hex D2 9D 3A 0 19 48 12 27 3F 35
Octal 322 235 72 0 31 110 22 47 77 65
Binary 11010010 10011101 111010 0 11001 1001000 10010 100111 111111 110101

Color Harmonies of #D29D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D3A

Black with #D29D3A

Text Example


Text Example

White with #D29D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D3A; }

 p { color: rgb(210,157,58); }

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

background-color css

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

 a { background-color: rgb(210,157,58); }

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

border-color css

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

 span { border-color: rgb(210,157,58); }

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