Html Css Color HEX #D69731 Fuel Yellow

📋 copy color: '#D69731'

red 214 ◦ green 151 ◦ blue 49

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

Shades of Fuel Yellow #D69731

Tints of Fuel Yellow #D69731

RGB

 RED value IS 214 (83.98% from 255) = 51.69%

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 51.69%
G = 36.47%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69731 (or 0xD69731) is known color: Fuel Yellow. HEX triplet: D6, 97 and 31. RGB value is (214,151,49). Sum of RGB (Red+Green+Blue) = 214+151+49=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69731 is #2968CE. Grayscale: #9E9E9E. Windows color (decimal): -2713807 or 3250134. OLE color: 3250134.

HSL color Cylindrical-coordinate representation of color #D69731: hue angle of 37.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D69731 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 49 -
CMYK 0 0.29 0.77 0.16
HSL 37.09º 0.67% 0.52% -
HSV(B) 37.09º 0.77% 0.84% -
XYZ 39.35 36.65 7.91 -
YUV 158.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 214 151 49 0 0.29 0.77 0.16 37.09 0.67 0.52
Hex D6 97 31 0 1D 4D 10 25 43 34
Octal 326 227 61 0 35 115 20 45 103 64
Binary 11010110 10010111 110001 0 11101 1001101 10000 100101 1000011 110100

Color Harmonies of #D69731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69731

Black with #D69731

Text Example


Text Example

White with #D69731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69731; }

 p { color: rgb(214,151,49); }

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

background-color css

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

 a { background-color: rgb(214,151,49); }

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

border-color css

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

 span { border-color: rgb(214,151,49); }

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