Html Css Color HEX #D48A33 Fuel Yellow

📋 copy color: '#D48A33'

red 212 ◦ green 138 ◦ blue 51

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

Shades of Fuel Yellow #D48A33

Tints of Fuel Yellow #D48A33

RGB

 RED value IS 212 (83.2% from 255) = 52.87%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 52.87%
G = 34.41%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D48A33 (or 0xD48A33) is known color: Fuel Yellow. HEX triplet: D4, 8A and 33. RGB value is (212,138,51). Sum of RGB (Red+Green+Blue) = 212+138+51=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A33 is #2B75CC. Grayscale: #969696. Windows color (decimal): -2848205 or 3377876. OLE color: 3377876.

HSL color Cylindrical-coordinate representation of color #D48A33: hue angle of 32.42º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D48A33 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 51 -
CMYK 0 0.35 0.76 0.17
HSL 32.42º 0.65% 0.52% -
HSV(B) 32.42º 0.76% 0.83% -
XYZ 36.84 32.41 7.45 -
YUV 150.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 212 138 51 0 0.35 0.76 0.17 32.42 0.65 0.52
Hex D4 8A 33 0 23 4C 11 20 41 34
Octal 324 212 63 0 43 114 21 40 101 64
Binary 11010100 10001010 110011 0 100011 1001100 10001 100000 1000001 110100

Color Harmonies of #D48A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A33

Black with #D48A33

Text Example


Text Example

White with #D48A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A33; }

 p { color: rgb(212,138,51); }

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

background-color css

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

 a { background-color: rgb(212,138,51); }

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

border-color css

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

 span { border-color: rgb(212,138,51); }

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