Html Css Color HEX #D69632 Fuel Yellow

📋 copy color: '#D69632'

red 214 ◦ green 150 ◦ blue 50

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

Shades of Fuel Yellow #D69632

Tints of Fuel Yellow #D69632

RGB

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

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

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

R = 51.69%
G = 36.23%
B = 12.08%

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

#D69632 (or 0xD69632) is known color: Fuel Yellow. HEX triplet: D6, 96 and 32. RGB value is (214,150,50). Sum of RGB (Red+Green+Blue) = 214+150+50=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69632 is #2969CD. Grayscale: #9E9E9E. Windows color (decimal): -2714062 or 3315414. OLE color: 3315414.

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

Color convert

RGB 214 150 50 -
CMYK 0 0.30 0.77 0.16
HSL 36.59º 0.67% 0.52% -
HSV(B) 36.59º 0.77% 0.84% -
XYZ 39.21 36.34 7.96 -
YUV 157.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 214 150 50 0 0.30 0.77 0.16 36.59 0.67 0.52
Hex D6 96 32 0 1E 4D 10 25 43 34
Octal 326 226 62 0 36 115 20 45 103 64
Binary 11010110 10010110 110010 0 11110 1001101 10000 100101 1000011 110100

Color Harmonies of #D69632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69632

Black with #D69632

Text Example


Text Example

White with #D69632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69632; }

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

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

background-color css

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

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

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

border-color css

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

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

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