Html Css Color HEX #D69532 Fuel Yellow

📋 copy color: '#D69532'

red 214 ◦ green 149 ◦ blue 50

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

Shades of Fuel Yellow #D69532

Tints of Fuel Yellow #D69532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 50 (19.92% from 255) = 12.11%

R = 51.82%
G = 36.08%
B = 12.11%

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

#D69532 (or 0xD69532) is known color: Fuel Yellow. HEX triplet: D6, 95 and 32. RGB value is (214,149,50). Sum of RGB (Red+Green+Blue) = 214+149+50=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69532 is #296ACD. Grayscale: #9D9D9D. Windows color (decimal): -2714318 or 3315158. OLE color: 3315158.

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

Color convert

RGB 214 149 50 -
CMYK 0 0.30 0.77 0.16
HSL 36.22º 0.67% 0.52% -
HSV(B) 36.22º 0.77% 0.84% -
XYZ 39.05 36.02 7.91 -
YUV 157.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 214 149 50 0 0.30 0.77 0.16 36.22 0.67 0.52
Hex D6 95 32 0 1E 4D 10 24 43 34
Octal 326 225 62 0 36 115 20 44 103 64
Binary 11010110 10010101 110010 0 11110 1001101 10000 100100 1000011 110100

Color Harmonies of #D69532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69532

Black with #D69532

Text Example


Text Example

White with #D69532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69532; }

 p { color: rgb(214,149,50); }

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

background-color css

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

 a { background-color: rgb(214,149,50); }

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

border-color css

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

 span { border-color: rgb(214,149,50); }

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