Html Css Color HEX #D29A35 Fuel Yellow

📋 copy color: '#D29A35'

red 210 ◦ green 154 ◦ blue 53

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

Shades of Fuel Yellow #D29A35

Tints of Fuel Yellow #D29A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 50.36%
G = 36.93%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D29A35 (or 0xD29A35) is known color: Fuel Yellow. HEX triplet: D2, 9A and 35. RGB value is (210,154,53). Sum of RGB (Red+Green+Blue) = 210+154+53=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A35 is #2D65CA. Grayscale: #9F9F9F. Windows color (decimal): -2975179 or 3513042. OLE color: 3513042.

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

Color convert

RGB 210 154 53 -
CMYK 0 0.27 0.75 0.18
HSL 38.6º 0.64% 0.52% -
HSV(B) 38.6º 0.75% 0.82% -
XYZ 38.78 37.07 8.48 -
YUV 159.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 210 154 53 0 0.27 0.75 0.18 38.6 0.64 0.52
Hex D2 9A 35 0 1B 4B 12 27 40 34
Octal 322 232 65 0 33 113 22 47 100 64
Binary 11010010 10011010 110101 0 11011 1001011 10010 100111 1000000 110100

Color Harmonies of #D29A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A35

Black with #D29A35

Text Example


Text Example

White with #D29A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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