Html Css Color HEX #D5923D Fuel Yellow

📋 copy color: '#D5923D'

red 213 ◦ green 146 ◦ blue 61

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

Shades of Fuel Yellow #D5923D

Tints of Fuel Yellow #D5923D

RGB

 RED value IS 213 (83.59% from 255) = 50.71%

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 50.71%
G = 34.76%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5923D (or 0xD5923D) is known color: Fuel Yellow. HEX triplet: D5, 92 and 3D. RGB value is (213,146,61). Sum of RGB (Red+Green+Blue) = 213+146+61=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5923D is #2A6DC2. Grayscale: #9C9C9C. Windows color (decimal): -2780611 or 4035285. OLE color: 4035285.

HSL color Cylindrical-coordinate representation of color #D5923D: hue angle of 33.55º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5923D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 61 -
CMYK 0 0.31 0.71 0.16
HSL 33.55º 0.64% 0.54% -
HSV(B) 33.55º 0.71% 0.84% -
XYZ 38.56 35.04 9.15 -
YUV 156.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 213 146 61 0 0.31 0.71 0.16 33.55 0.64 0.54
Hex D5 92 3D 0 1F 47 10 22 40 36
Octal 325 222 75 0 37 107 20 42 100 66
Binary 11010101 10010010 111101 0 11111 1000111 10000 100010 1000000 110110

Color Harmonies of #D5923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5923D

Black with #D5923D

Text Example


Text Example

White with #D5923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5923D; }

 p { color: rgb(213,146,61); }

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

background-color css

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

 a { background-color: rgb(213,146,61); }

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

border-color css

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

 span { border-color: rgb(213,146,61); }

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