Html Css Color HEX #D29135 Fuel Yellow

📋 copy color: '#D29135'

red 210 ◦ green 145 ◦ blue 53

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

Shades of Fuel Yellow #D29135

Tints of Fuel Yellow #D29135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 51.47%
G = 35.54%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D29135 (or 0xD29135) is known color: Fuel Yellow. HEX triplet: D2, 91 and 35. RGB value is (210,145,53). Sum of RGB (Red+Green+Blue) = 210+145+53=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D29135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29135 is #2D6ECA. Grayscale: #9A9A9A. Windows color (decimal): -2977483 or 3510738. OLE color: 3510738.

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

Color convert

RGB 210 145 53 -
CMYK 0 0.31 0.75 0.18
HSL 35.16º 0.64% 0.52% -
HSV(B) 35.16º 0.75% 0.82% -
XYZ 37.35 34.21 8 -
YUV 153.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 210 145 53 0 0.31 0.75 0.18 35.16 0.64 0.52
Hex D2 91 35 0 1F 4B 12 23 40 34
Octal 322 221 65 0 37 113 22 43 100 64
Binary 11010010 10010001 110101 0 11111 1001011 10010 100011 1000000 110100

Color Harmonies of #D29135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29135

Black with #D29135

Text Example


Text Example

White with #D29135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29135; }

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

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

background-color css

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

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

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

border-color css

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

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

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