Html Css Color HEX #D69631 Fuel Yellow

📋 copy color: '#D69631'

red 214 ◦ green 150 ◦ blue 49

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

Shades of Fuel Yellow #D69631

Tints of Fuel Yellow #D69631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 51.82%
G = 36.32%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69631 (or 0xD69631) is known color: Fuel Yellow. HEX triplet: D6, 96 and 31. RGB value is (214,150,49). Sum of RGB (Red+Green+Blue) = 214+150+49=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69631 is #2969CE. Grayscale: #9E9E9E. Windows color (decimal): -2714063 or 3249878. OLE color: 3249878.

HSL color Cylindrical-coordinate representation of color #D69631: hue angle of 36.73º 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 #D69631 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 49 -
CMYK 0 0.30 0.77 0.16
HSL 36.73º 0.67% 0.52% -
HSV(B) 36.73º 0.77% 0.84% -
XYZ 39.19 36.33 7.85 -
YUV 157.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 214 150 49 0 0.30 0.77 0.16 36.73 0.67 0.52
Hex D6 96 31 0 1E 4D 10 25 43 34
Octal 326 226 61 0 36 115 20 45 103 64
Binary 11010110 10010110 110001 0 11110 1001101 10000 100101 1000011 110100

Color Harmonies of #D69631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69631

Black with #D69631

Text Example


Text Example

White with #D69631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69631; }

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

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

background-color css

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

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

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

border-color css

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

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

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